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:
01510002
Views:
84
This message has been marked as the solution to the initial question of the thread.
#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
Next
Reply
Map
View

Click here to load this message in the networking platform