|
-
Oct 3rd, 2000, 11:59 AM
#1
Thread Starter
Hyperactive Member
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.
-
Oct 3rd, 2000, 01:26 PM
#2
Fanatic Member
Do you mean this?
Code:
Dim NewForm As New Form1
-
Oct 3rd, 2000, 01:53 PM
#3
Thread Starter
Hyperactive Member
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?
Ulises Vázquez
[size=1.7]Oracle DBA Certified Professioanl
Visual Basic 6 Developer
Crystal Reports Designer
[/size]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|