Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SendMessage call to Windows hangs
Message
De
09/12/2006 19:25:26
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
SendMessage call to Windows hangs
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01176362
Message ID:
01176362
Vues:
84
Hi,

A program that has worked for a long time started to hang:
	DECLARE INTEGER SendMessage IN USER32.DLL ;
	   INTEGER hWnd, ;
	   INTEGER Msg, ;
	   INTEGER wParameter, ;
	   INTEGER lParameter
	#DEFINE HWND_BROADCAST 0xFFFF
	#DEFINE WM_FONTCHANGE  0x001D 
...
	   *  We added fonts, so update the world
	   =SendMessage(HWND_BROADCAST,WM_FONTCHANGE,0,0)
It hangs in SendMessage. What may be the problem?

TIA,

Alex
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform