Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Anyone with skills in VC60 to create a fll, dll or ocx?
Message
 
To
30/06/2009 09:06:40
Emerson Reed
Folhamatic Tecnologia Em Sistemas
Americana - São Paulo, Brazil
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01409168
Message ID:
01409438
Views:
78
Hi Emerson,

>Here it is: http://www.codeproject.com/KB/miscctrl/XSuperTooltip.aspx

Whew, that is an MFC class. I'm not sure if you can combine MFC and a FLL since they are using different calling conventions and rely on the respective loader code. It might be possible to compile this into a DLL, but even then it's open whether the DLL would link to existing windows, or just MFC windows. If if it would, it seems to only bind to a window handle meaning you can either have the tooltip appear for ActiveX controls or the form itself.

I would think that it might actually be easier to write this code yourself. You could use the CreateWindow API function instead of a form to create the tooltip window. With BINDEVENTS() you should still be able to handle window messages.
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform