Icon in Task Bar

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I have a VB.Net winforms program that monitors some report folder. All
works well in that respect.

I have the program start 'Minimized' and I also have the program
automatically start when the system starts. However, the program sits
Minimized as a big block in the Task Bar (Bar at bottom with the 'Start'
button). What i'd really like is to have it be displayed as just an Icon
with the collection of icons over on the right in the task bar near the
clock. Is there sosme simple way to do that in Visual Studio so instead of
just starting minimized, it just starts as an Icon?
Thanks,
 
see:
System.Windows.Forms.Form.ShowInTaskBar
System.Windows.Forms.NotifyIcon

The latter provides a sample in MSDN

lukasz
 

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

Back
Top