12-23-2023, 12:42 AM
(12-23-2023, 12:21 AM)bplus Wrote: 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.
Now we're talkin'. Thanks, bplus! That works great with all files able to be picked - just like *.*
![Smile Smile](https://qb64phoenix.com/forum/images/smilies/smile.png)