Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
View jpg file
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Divers
Thread ID:
01509991
Message ID:
01510018
Vues:
48
nice solution anatoliy - thanks very much

k

>
>#DEFINE SW_SHOWNORMAL 1
>#DEFINE SW_SHOWMINIMIZED 2
>#DEFINE SW_SHOWMAXIMIZED 3
>
>DECLARE INTEGER ShellExecute IN shell32;
>	INTEGER hWindow, STRING lpOperation,;
>	STRING lpFile, STRING lpParameters,;
>	STRING lpDirectory, INTEGER nShowCmd
>
>ShellExecute(0, "open",;
>	"c:\Users\SomeUser\Pictures\SomePicture.jpg",;
>	"", "", SW_SHOWMAXIMIZED)
>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform