PDA

Click to See Complete Forum and Search --> : Create a form


Tonatiuh
Oct 3rd, 2000, 11:59 AM
Is there any way to create a Child form via API? This is, I want to create by code, a form that be a child form from another.

oetje
Oct 3rd, 2000, 01:26 PM
Do you mean this?

Dim NewForm As New Form1

Tonatiuh
Oct 3rd, 2000, 01:53 PM
Nop,

In a MDI Child form, when the focus is in any control of the Child Form, the Title Bar of MDI (Parent) form is activated.

I want to have two different forms but when the focus is in any control of the form2 the form1 shows as activated.

I have found source code to modify the appearance of the TitleBar but allways do it with sub-classing that is a Technical ellitle unpredictible and not dessired.

Any idea about it?