Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
OPENFILEDIALOG$ question on a Mac
#3
According to help, OpenFileDialog does not require ANY argument!

Put a pillow in your palm before you slap yourself...

You had a typo and if you don't want to provide arguments do this:
Code: (Select All)
result$ = _OpenFileDialog$("Pick a File")
If result$ <> "" Then _MessageBox "File" + result$

Assuming this works in Mac as in Windows.
b = b + ...
Reply


Messages In This Thread
OPENFILEDIALOG$ question on a Mac - by NakedApe - 12-22-2023, 09:36 PM
RE: OPENFILEDIALOG$ question on a Mac - by bplus - 12-23-2023, 12:21 AM
RE: OPENFILEDIALOG$ question on a Mac - by bplus - 12-23-2023, 12:30 AM



Users browsing this thread: 1 Guest(s)