Is there anyway to tell VB to wait for your taskbar icons to load (especially Wireless Network icon). I'm trying to run a command after the Wireless adapter connects to the internet. If I run the command beforehand, it won't connect.
---------------------------------
Dubbemiah
"Simply, a beginner."
You need to poll for an internet connection before you try and connect. There are several code snippets out there that check for an internet connection.
Here is an example I downloaded from the forum some time ago. it shows you three ways of checking for internet connectivity. One of the techniques should do the trick for you.
David
Learn the Rules so that you know how to break them properly.