QB64.org Forum

Active Forums => QB64 Discussion => Topic started by: Larryrl on March 30, 2018, 05:56:45 pm

Title: QB64 wishlist
Post by: Larryrl on March 30, 2018, 05:56:45 pm

I am looking for a way to create a file dialog box like windows uses but in qb64 that I can easily use in my programs to select data files to load or save in my created programs.

Title: Re: QB64 wishlist
Post by: codeguy on March 30, 2018, 07:15:16 pm
This MAY help you:
http://www.qb64.org/inform (http://www.qb64.org/inform)
Title: Re: QB64 wishlist
Post by: bplus on March 30, 2018, 08:58:10 pm
This may help more:
http://www.[abandoned, outdated and now likely malicious qb64 dot net website - don’t go there]/wiki/index.php/Windows_Libraries

scroll down to:
"File Open and Save Dialog"

I have not tried it but I will bet it's good.
Title: Re: QB64 wishlist
Post by: FellippeHeitor on March 30, 2018, 09:09:26 pm
Yeah, you can even have an open dialog with InForm but it'll require some hacking. Go with bplus's suggestion here: http://www.qb64.org/wiki/Windows_Libraries#File_Open_and_Save_Dialog (http://www.qb64.org/wiki/Windows_Libraries#File_Open_and_Save_Dialog)