Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ignore mouse click
Message
From
26/09/1997 14:37:03
 
 
To
26/09/1997 14:25:08
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00051797
Message ID:
00051821
Views:
42
Thisform.MyProcess() can return .T. to determine that it is finished. Sorry, I called it YourProcess().
I think that PeekMessage() can pick message from Windows que and places it in structure and than back into the que unless your specify that you want it to be removed.
HTH,
Alex.

>>Yes, PeekMessage() is API function. You can try in Click methid following:
>>
>>do while NOT lResult
>> =PeekMessage(....) && with removal flag as one of the parameters
>> lResult = YourProcess()
>>enddo
>
>Can you explain more the use of PeekMessage() and lResult? I am reading the WIN32API help presently but it's difficult to see the use in relation to what I need.
MS,MCP
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform