Minimise to System Tray

  • Thread starter Thread starter Paul [Paradise Solutions]
  • Start date Start date
P

Paul [Paradise Solutions]

Hi all

Problem
I want to minimise my app to the sytem tray ensuring that:
1) Application is not listed in the taskbar.
2) Application window does not minimise and hover as a small block above
the taskbar.

NotifyIcon is being used, ShowInTaskBar is set to false.

I saw a posting from December saying that only way to do this is by
showing and hiding the form, but I don't believe that - this isn't eVB...


Any suggestions welcome.


Many thanks


Paul
 
* "Paul said:
Problem
I want to minimise my app to the sytem tray ensuring that:
1) Application is not listed in the taskbar.
2) Application window does not minimise and hover as a small block
above the taskbar. [...]
I saw a posting from December saying that only way to do this is by
showing and hiding the form, but I don't believe that - this isn't
eVB...

Do you want a solution in VB.NET or eVB?
 
Back
Top