Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Running DoEvents in DLL
Message
 
À
18/07/2002 16:46:23
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00680211
Message ID:
00680302
Vues:
20
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform