i need to add doevents to my prog but its not in vb.net. Whats the command called in vb.net??
thanks in advance
Printable View
i need to add doevents to my prog but its not in vb.net. Whats the command called in vb.net??
thanks in advance
I have been using Application.DoEvents()
patrick24601 is correct, but I just wanted to make a note that you should be careful using it and use it
sparingly. When overused it can have a negative effect on your code execution. ;)
alright thanks it works