Mar 28
How To Use The System Tray In Visual Basic
Posted March 28th, 2009 by Ryan Olbe Visual Basic How-To's 1 Comment »The system tray, also called the Notification Area, is the little area of icons next to your system clock. Certain programs, espeically those that are designed to run in the background all the time, look much better minimized to the system tray rather than taking up space in the windows taskbar. Here's a .bas module I created for Visual Basic which allows you to easily minimize your program to the system tray with only a few lines of code. You simply add the module to your project, then copy and paste the code below into your form.
Recent Comments