Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
file.. open dialog window
#1
hey guys.... sorry to drive you bonkers. I have fixed the file stuff.
I have a question...I can select a file to load with no problem using the code below but how do I do the opposite to save a file..select and create a file the same way with the professional window..

Code: (Select All)
READONCE$ = _OPENFILEDIALOG$("Select a file to Load", _CWD$ + "./font/all_64c/", "*.64c|*.rom|*.bin|*.x88", "CharRom File", 0)
      OPEN READONCE$ FOR BINARY AS #1

[Image: SELECT-ROM2025-08-31-10-34-32.png]

I want to be able to see the list as above and click create new file.
Reply
#2
_SaveFileDialog$
https://qb64phoenix.com/qb64wiki/index.php/WRITEFILE

Those two keywords are what you're looking for, I think.
Reply
#3
it is.... EXACTLY WHAT I WAS LOOKING FOR.. 


Thank you for Qb64 P.E. it is just an awesome piece of software....
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Enlarging window for older BAS programs (ie. Screen 7 mode) paulel 5 387 12-24-2025, 09:36 PM
Last Post: paulel
  auto-detecting screen resolution for optimal window size on non-Windows systems madscijr 11 1,032 11-10-2025, 07:23 PM
Last Post: madscijr
  is there any way to position the inputbox$ window? madscijr 21 1,603 11-06-2025, 09:54 PM
Last Post: madscijr
  auto-detecting screen resolution for optimal window size on non-Windows systems madscijr 0 211 10-26-2025, 06:58 PM
Last Post: madscijr
  Play wav file in the background without a window on the forground Rudy M 12 1,125 09-18-2025, 07:08 PM
Last Post: Pete

Forum Jump:


Users browsing this thread: 1 Guest(s)