Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PeekMessage in VFP??
Message
From
21/12/1998 15:34:29
 
 
To
21/12/1998 15:13:55
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00169417
Message ID:
00169426
Views:
28
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
Previous
Reply
Map
View

Click here to load this message in the networking platform