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


Messages In This Thread
file.. open dialog window - by pmackay - 08-31-2025, 11:16 PM
RE: file.. open dialog window - by SMcNeill - 08-31-2025, 11:21 PM
RE: file.. open dialog window - by pmackay - 08-31-2025, 11:27 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Enlarging window for older BAS programs (ie. Screen 7 mode) paulel 5 420 12-24-2025, 09:36 PM
Last Post: paulel
  auto-detecting screen resolution for optimal window size on non-Windows systems madscijr 11 1,084 11-10-2025, 07:23 PM
Last Post: madscijr
  is there any way to position the inputbox$ window? madscijr 21 1,689 11-06-2025, 09:54 PM
Last Post: madscijr
  auto-detecting screen resolution for optimal window size on non-Windows systems madscijr 0 227 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,161 09-18-2025, 07:08 PM
Last Post: Pete

Forum Jump:


Users browsing this thread: 1 Guest(s)