Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set default to issue
Message
De
04/12/2015 07:07:19
 
 
À
04/12/2015 04:27:08
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01628271
Message ID:
01628482
Vues:
52
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform