Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Wait state needed for dll
Message
 
 
To
30/06/2000 12:21:39
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00387105
Message ID:
00387184
Views:
18
>>Does anyone have another idea on how to get a wait state for my while loop so winsock can update itself?
declare Sleep in Win32API integer nMilliseconds
>Sleep(1000)
Doug

All that's going to do it put the single VFP thread to sleep, which means the control goes to sleep along with VFP. Playing with the AutoYield property is the only thing I can think of that might give the results desired.
Mike Stewart
Previous
Reply
Map
View

Click here to load this message in the networking platform