Buttons on MdiForm

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I added a few buttons to the Mdi form, to call the child forms in the
button click event. But when the child window opens, all the buttons are
displayed in front of the child window. Any idea on how to fix this.

Thanx,
Debi
 
I think I understand what the problem is. I'm not sure if adding the buttons
directly to the mdi parent background is the best way of doing business. Try
adding menu items instead of the buttons.
 
thanx for the reply, I know about adding menu items. Looking for a way to add
buttons.
If anyone knows how to do this, please reply.

Thanx in advance,
Debi
 
Maybe add a panel, then put the button on the panel. Cheap, but effective.
| thanx for the reply, I know about adding menu items. Looking for a way to add
| buttons.
| If anyone knows how to do this, please reply.
|
| Thanx in advance,
| Debi
|
| "AK" wrote:
|
| > I think I understand what the problem is. I'm not sure if adding the buttons
| > directly to the mdi parent background is the best way of doing business. Try
| > adding menu items instead of the buttons.
| >
| >
| > "Debi" wrote:
| >
| > > Hi,
| > >
| > > I added a few buttons to the Mdi form, to call the child forms in the
| > > button click event. But when the child window opens, all the buttons are
| > > displayed in front of the child window. Any idea on how to fix this.
| > >
| > > Thanx,
| > > Debi
 
doesn't work. everything comes to the front. I was thinking there might be
some property that I can tweak.... but no idea, which one..
 
got it. Button.SendtoBack()

Debi said:
doesn't work. everything comes to the front. I was thinking there might be
some property that I can tweak.... but no idea, which one..
 
Hi there,

How do you show the buttons again when the child form is closed?

Brindley
 

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

Similar Threads

Main window location 4
events from child to parent form. 2
MdiForm Design is gone! 6
MDI forms 2
setting the parent form 1
MDI Application 10
VB.NET Focus Bug 5
MDI parent, childs and panels ... 3

Back
Top