M
Merlynx
I am trying to use that function to monitor online connection. Using the
createEvent function and WaitForMultipleObjects,i managed to get it to work
in VB.
But i am having trouble to get it to work in C#. I am doing a direct
translation of the code from VB to C#. i am sure i am doing the wrong thing
as there is a WaitAll method that act like WaitForMultipleObjects which i
don't know how to use and there is the AutoResetEvent class too.
It would be nice if someone show me how to get that function to work
TIA
createEvent function and WaitForMultipleObjects,i managed to get it to work
in VB.
But i am having trouble to get it to work in C#. I am doing a direct
translation of the code from VB to C#. i am sure i am doing the wrong thing
as there is a WaitAll method that act like WaitForMultipleObjects which i
don't know how to use and there is the AutoResetEvent class too.
It would be nice if someone show me how to get that function to work

TIA