D
- Dan -
I have an assembly that opens minimised and uses a notify icon in the system
tray. IN the new() I have
Me.ShowInTaskbar = False
and when the form loads I use
Me.WindowState = FormWindowState.Minimized
but the form opens sort-of minimised but it minimises to a small bar above
the start button. I dont want to see the small bar, i want it minimised and
not visible except forthe notify icon in the system tray.
do you have any thoughts?
tray. IN the new() I have
Me.ShowInTaskbar = False
and when the form loads I use
Me.WindowState = FormWindowState.Minimized
but the form opens sort-of minimised but it minimises to a small bar above
the start button. I dont want to see the small bar, i want it minimised and
not visible except forthe notify icon in the system tray.
do you have any thoughts?