Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Launching Files in Default Viewers
Message
From
11/07/2005 06:13:57
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
11/07/2005 06:06:25
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01031122
Message ID:
01031126
Views:
12
>Are there any controls to enable files (.doc,.xls,.txt etc etc) to be launched in there default assocatied program in Windows XP??
declare long ShellExecute in "shell32.dll" ;
	long hwnd, string lpszOp, ;
	string lpszFile, string lpszParams, ;
    string lpszDir, long nShowCmd

ShellExecute(0,'Open', m.lcFileName, 0,0,1)
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform