> If you have PBWin9, you can make a DLL that calls DISPLAY ????FILE
For yourself, yes, for sure. But unless I am mistaken or the license has changed, there is some kind of prohibition in the license which says you can't just create a library of "user functions" which are nothing more than callable wrappers for PB intrinsic functions.
Darned if I know how you'd determine if your function is "different enough," though. Maybe it's like pornography: can't define it, but know it when you see it.
Announcement
Collapse
No announcement yet.
Windows open file box
Collapse
X
-
Originally posted by Erich Schulman View PostIf you have PBWin9, you can make a DLL that calls DISPLAY ????FILE. Your PBCC projects can use it.
Leave a comment:
-
The COMDLG32.INC file included with PB/CC 5.0.1 includes PB-created "OpenFileDialog" and "SaveFileDialog" functions, if you can sacrifice some flexibility in exchange for not having to work directly with the Windows' API.
MCM
Leave a comment:
-
If you have PBWin9, you can make a DLL that calls DISPLAY ????FILE. Your PBCC projects can use it.
Leave a comment:
-
Win API (Common Dialogs): "GetOpenFileName", "GetSaveFileName"
PB/Windows 9+ : "DISPLAY OPENFILE", "DISPLAY SAVEFILE"
PB/CC: Use WinApi.
Leave a comment:
-
Windows open file box
I remember using an API call or ? which opens a windows dialog box to select a file and navigate the director structure. I can't find it now nor the program where I used it. Anyone know what it is?
ThanksTags: None
Leave a comment: