Hello....Does anyone know if there is an API call or something to put the notification icon in the system tray when a DUN is connected? I know you can do it manually, but in code....?
Thanking You
Printable View
Hello....Does anyone know if there is an API call or something to put the notification icon in the system tray when a DUN is connected? I know you can do it manually, but in code....?
Thanking You
Are you talking about for your program or a program you use?
The api call for sending icons to the system tray is called: Shell_NotifyIcon
http://vbnet.mvps.org/index.html?cod...otifybasic.htm
Thanks for the reply. What I mean is...If you connect to the Internet using a dial up connection you can have an icon in the system tray, the 2 screens which flash at each other. If you look at the properties of the connection you can tick the box to state if you want this icon to be shown or not.
I need to be able to force this icon to be shown. Hope this is clearer.