Form getting maximize

N

neeraj

Hi people's

I developed one MDI application with one MDI form and 2
child forms, form. Border style of first child forms set as Fixed3D and
Window State set as normal (like dialog Box) and maximize button set
false minimize button set false.
My first child form name like FrmClient

I have one another child form which Form Border Style property set as
Fixed3D and
And window state property set as Maximized and all other property set
as default.
This form name like FrmTransecation

I execute my application and open my FrmTransecation Form. It is
getting open in maximize state under my MDI Form.

I did not close my FrmTransecation form and open my FrmClient form.
This from getting open in maximize state. But I set the window state
property for this form as a normal.

I want to open my FrmClient form in normal window state mode over my
FrmTransecation form. And I don't want to open this form as modally
(Modal).

Please suggest me how can I do this.

Thanks
 
T

tomb

neeraj said:
Hi people's

I developed one MDI application with one MDI form and 2
child forms, form. Border style of first child forms set as Fixed3D and
Window State set as normal (like dialog Box) and maximize button set
false minimize button set false.
My first child form name like FrmClient

I have one another child form which Form Border Style property set as
Fixed3D and
And window state property set as Maximized and all other property set
as default.
This form name like FrmTransecation

I execute my application and open my FrmTransecation Form. It is
getting open in maximize state under my MDI Form.

I did not close my FrmTransecation form and open my FrmClient form.
This from getting open in maximize state. But I set the window state
property for this form as a normal.

I want to open my FrmClient form in normal window state mode over my
FrmTransecation form. And I don't want to open this form as modally
(Modal).

Please suggest me how can I do this.

Thanks
Funny thing about mdi forms - if one child form is maximized, all child
forms are maximized.

Tom
 

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