Monday, March 15, 2010

DoEvents in vb.net

If you call DoEvents in your code, your application can handle the other events.

Syntex:

Application.doevents()

No comments:

Post a Comment