If I wanted to Shell to a file after all of the taskbar icons load up at Startup (XP), what would the code look like?
Thanks
Printable View
If I wanted to Shell to a file after all of the taskbar icons load up at Startup (XP), what would the code look like?
Thanks
Thanks, I got the code.
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.
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.
Hey thanks for taking the time to get that for me. I really appreciate it!
Edit the first post in the thread to mark it as resolved, so that we can see that it's resolved without looking at the bottom of the thread.