|
-
Apr 5th, 2000, 05:09 AM
#1
Thread Starter
Lively Member
create a MDIform Test(
Height = 1000
width = 2000)
Create a form TestChild(Property MDICHIld=TRUE)
set Height = 3000
width = 5000
MDIForm is the main form
call the child form from MDIFORM
set x as new TestChild
x.show
In the TestCHild Load event put this code
MSgbox me.height
see the value i want it to be 3000.
I cant hardcode it
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
|