Form border style and Windows taskbar

  • Thread starter Thread starter glerner
  • Start date Start date
G

glerner

I changed the form border style to FixedToolWindow. According to MDSN
document, this will prevent creating an entry in Windows taskbar but
it still creates it. How can I make pop-up forms (dialogs) display
without entries in Windows taskbar.

Thanks,
Glenn
 
Paul E Collinswrote:
glerner said:
How can I make pop-up forms (dialogs) display
without entries in Windows taskbar.
Have you set Form.ShowInTaskBar = false ?

P.[/quote:29e494249d]

I didn't know about that option. Thanks.
 
Back
Top