Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Repainting/Redrawing ActiveX Controls
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00580208
Message ID:
00580283
Views:
18
Thanks, George.

I presume the code is something like...
DECLARE ;
	INTEGER PostMessage IN WIN32API ;
	INTEGER hWnd, 	;	&&	Handle to the destination window
	INTEGER wMsg, 	;	&& 	Message to be sent, see note below
	INTEGER wParam, ;	&& 	Not used with WM_PAINT
	INTEGER lParam		&& 	Not used with WM_PAINT

PostMessage( toTree.hWnd, WM_PAINT )
However, I don't know the value of WM_PAINT. There must be a translation of WM_messages somewhere. Any ideas?

Regards,
Jim Edgar
Jurix Data Corporation
jmedgar@yahoo.com

No trees were destroyed in sending this message. However, a large number of electrons were diverted from their ordinary activities and terribly inconvenienced.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform