Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PeekMessage in VFP??
Message
De
21/12/1998 15:34:29
 
 
À
21/12/1998 15:13:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00169417
Message ID:
00169426
Vues:
34
Per ---

I supposed you could trap some messages via VFP6 Assign/Access events on system-maintained properties.

>Is there anywhere in a form where one can trap
>WM_ messages like this C code?
>
>
>Best regards
>Per Simmersholm
>
>
> while(1) {
> while(PeekMessage(&msg, NULL, 0, 0, PM_REMOVE)) {
> if(msg.message==WM_QUIT)
> break;
> TranslateMessage(&msg);
> DispatchMessage(&msg);
> }
> if(msg.message==WM_QUIT)
> break;
> Refresh(); // idle, refresh the display
> }
> return(msg.wParam);
------------------------------------------------
John Koziol, ex-MVP, ex-MS, ex-FoxTeam. Just call me "X"
"When the going gets weird, the weird turn pro" - Hunter Thompson (Gonzo) RIP 2/19/05
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform