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.
 

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