QB64.org Forum
Active Forums => QB64 Discussion => Topic started 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.
-
This MAY help you:
http://www.qb64.org/inform (http://www.qb64.org/inform)
-
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.
-
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)