Hello,
I've written a vb program for a dial-up to the internet. I put a timer
control on the form with an interval of 100 for getting the connection
status. In the event of the timer I use the api-call RasGetConnectStatus to
get the status of the connection. When I debug my status, it returns the
following values in the following order : 2, 5, 8192. I can't get all values
of status. It seems the program skips a few values. I want to give a message
in my program when the status is 14 (authenticated) , but now I can't. Can
someone tell me what i do wrong ?
Thanks,
David