vb.net aplication run in Notification area/taskbar

  • Thread starter Thread starter savvaschr
  • Start date Start date
S

savvaschr

Hello

Is there a command or a way to have a vb.net aplication run in the
notification area of the taskbar toolbar?

I have a vb.net aplication and i want it after loading to minimize and
to work as in the notification area.

Can anyone help ?

Thanks
Savvas
 
Is there a command or a way to have a vb.net aplication run in the
notification area of the taskbar toolbar?

Applications don't "run in" the notification area, they simply place
an icon there. You can do that with the NotifyIcon component.

If you don't want a regular taskbar button for your window, set its
ShowInTaskbar property to False.


Mattias
 
Back
Top