Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
View jpg file
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Miscellaneous
Thread ID:
01509991
Message ID:
01510018
Views:
47
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)
>
Previous
Reply
Map
View

Click here to load this message in the networking platform