Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set default to issue
Message
From
04/12/2015 07:07:19
 
 
To
04/12/2015 04:27:08
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01628271
Message ID:
01628482
Views:
53
commdlg.dll is not part of windows anymore

how would we get around that now


P


>
>
	oDlg=CREATEOBJECT("commondialog")
>	WITH oDlg.OLECONTROL
>		.Filename="  "
>		.DEFAULTEXT= "txt"
>		.DialogTitle="..."
>		.initdir= { here you set the folder where it should start}
>		.FLAGS={ bitmapped, dunno, google it}
>		.FILTER={Extensions go here}
>		.ShowSave()
>		lcFile=.Filename    && you get the full path here.
>	ENDWITH
>
>
>Mind you, the dialog may look different in various versions of them windowses, but its PEM set is the same. Perhaps they may have introduced more flags over the years.
Peter Cortiel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform