Showing Windows Form

G

Guest

Good Morning:
I'm hoping someone can help me with a problem that I have. I have one form
that is a MdiParent; when I open up another form using the ShowDialog()
method a second window button shows up in the task bar. Is there anyway that
I can prevent the second window button from showing up? I don't want to make
the form a mdichild form to the parent. I would like to show the form when a
menu button/button is clicked on the parent form but I only want one form
window to show in the task bar (just like in excel or word) when a child form
is opened. Any suggestions? Thanks.
 
C

Cor Ligthert

Goodafternoon,

When you don't want to use extra forms, than you can use panels which you
show and hide.

I hope this helps,

Cor
 

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

Top