Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Control Panel Applet File
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00477838
Message ID:
00477967
Views:
27
You can't make a control panel extension from VFP you need a tool capable of creating a standard DLL with exported ordinals. The reality is that a Control Panel extension is just a DLL (with a different extension) that exposes an ordinal called CPlApplet that looks like this:-
LRESULT CPlApplet(HWND hwnd, UINT msg, LPARAM lp1, LPARAM lp2);
Previous
Reply
Map
View

Click here to load this message in the networking platform