How can I minimize my program into the taskbar when a command button is clicked, and whent they click the icon in the taskbar, have it appear again?:confused:
Printable View
How can I minimize my program into the taskbar when a command button is clicked, and whent they click the icon in the taskbar, have it appear again?:confused:
Code:Private Sub Command1_Click()
Me.WindowState = vbMinimized
End Sub
Thank you very much for you help, but I mean to have it minimized into the system tray, such as where napster, norton, zone alarm, and other programs minimize to and you can see their icons in there. Can I minimize it to there?