0
Reply

DoEvents in Class Library

saania khan

saania khan

Dec 25 2006 9:55 AM
2.8k

Hi,

I have a VC# dll which has a while(true) loop. I was using a DoEvents in the original code, but now when I write the dll I cant use the DoEvents !! Is there a way to use DoEvents in a Class Library?

Thanks.