VB program to load icon on system tray during startup to enable/disable WiFi radio

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TAdams
    New Member
    • Aug 2012
    • 2

    VB program to load icon on system tray during startup to enable/disable WiFi radio

    I have a computer whose WiFi adapter software does not install an icon on the system tray that would allow me to enable/disable the NIC's radio. Every single NIC adapter that I have used thus far has come with this utility.
  • IraComm
    New Member
    • Oct 2012
    • 14

    #2
    There is an OCX called "System Tray Icon". With the Icon on the tray, you can use the built in events as in leftbuttondown
    Which then could invoke a ShellExe() to start your application. Then use the Terminate program API to stop it.

    Comment

    Working...