Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Running DoEvents in DLL
Message
 
To
18/07/2002 16:46:23
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00680211
Message ID:
00680302
Views:
21
Try Sleep(0) using the Sleep Windows API:
DECLARE Sleep IN WIN32API INTEGER nMsecs
=Sleep(0)
>I have created a DLL and I want to put application.autoyield = .f. and doevents in my code as I can put in an exe to enable processing of pending windows events.
>But every time run it I get the following error:
>
>"User Interface operation is not allowed at this time.."
>
>Is there a way to acheive the same
>
>TIA
>
>Munish Arora
>EBiz Systems
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform