A
a
Hi
In VB6, if we need a loop to wait something from the OS, like a signal from
internet, we need to pass the token to the token inside the loop.
For example,
while(1)
doevent
if (flag ==1) then
'do something
end if
End while
Do we have the same "do event" for .NET?
I just cannot find the do event or doevent in the reference web page.
Thanks
In VB6, if we need a loop to wait something from the OS, like a signal from
internet, we need to pass the token to the token inside the loop.
For example,
while(1)
doevent
if (flag ==1) then
'do something
end if
End while
Do we have the same "do event" for .NET?
I just cannot find the do event or doevent in the reference web page.
Thanks