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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top