Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Repainting/Redrawing ActiveX Controls
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00580208
Message ID:
00580283
Vues:
19
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform