I want to create a procedure, that checks for a connection to the internet. If there isn't one open, then it starts up the default dial up connection.
Once processing has been completed, I want to have a procedure that disconnects the dial up connection.
I assume I would be using some Win APIs to perform this, but what commands do I need to use?
Can you help me please?


Reply With Quote