How to Minimize/Send an App Icon to System Tray in Visual Basic 6
How to Minimize/Send an App Icon to System Tray in Visual Basic 6
The following code snippet allows to manipulate the system tray by adding your apps icon when you minimize the form and restore when you double click on the app's icon on the system tray area.Option ExplicitPublic Type NOTIFYICONDATA cbSize As Long hWnd As Long uId As Long uFlags As Long uCallBackMessage As Long hIcon As Long szTip As String...