Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File Extensions
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Miscellaneous
Thread ID:
00159986
Message ID:
00160022
Views:
29
declare long FindExecutable in "shell32.dll" ;
string lpFile, string lpDirectory, string @lpResult

* e.g:-

local buffer
buffer = space(2000)

result = FindExecutable("c:\test.rtf", "c:\", @buffer)

if result < 32 && failed
messageBox("No association")
else && Ok...
messageBox("Found " + alltrim(buffer))
endif
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform