Link to home
Start Free TrialLog in
Avatar of emi_sastra
emi_sastra

asked on

Showing several windows form.

Hi,

I have a mdiform and several windows form.

1. Form called Bar Menu.
2. Form called Bar Order.
3. Form called KeyPad.

At Bar Menu, when I press "Bar Order" button then it show the Bar Order Form side by side.
After that when I click item at Bar Menu then It shows Key Pad Form, after the user click number than the form is closed leaving Bar Menu and Bar Order Forms.

How could I do that so they still show when needed?

Thank you.



Avatar of Göran Andersson
Göran Andersson
Flag of Sweden image

I don't understand the question. Are you describing how it works now, or what you would like to build?

In any case, what is the problem?
Avatar of emi_sastra
emi_sastra

ASKER

Hi,

Yes, I described how it should works.
The problem are :

1. The Bar Order Form does not show side by side with the Bar Menu Form.
2. After the  Bar Order Form show and I click the Bar Menu Form, then the Bar Order Form is disappeared, that I don't wan to.

Thank you.


ASKER CERTIFIED SOLUTION
Avatar of RiteshSompura
RiteshSompura
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi,

I forgot to set form.MDIParent =me.MDIParent.
Usually I just do it on mdiform menu Click.

Thank you very much.