Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How I can put an icon in Shell About Api
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
How I can put an icon in Shell About Api
Miscellaneous
Thread ID:
00216766
Message ID:
00216766
Views:
57
The last parameter must be Long, but how I can do it.

BASIC SINTAX
Declare ShellAbout Lib "shell32.dll" ;
ByVal hwnd As Long
ByVal szApp As String
ByVal szOtherStuff As String
ByVal hIcon As Long

VFP SINTAX
Declare ShellAbout IN "shell32.dll" ;
Long, ;
String, ;
String, ;
Long

Thanks in advance
Next
Reply
Map
View

Click here to load this message in the networking platform