|
-
Feb 4th, 2003, 05:30 PM
#1
Thread Starter
Junior Member
-
Feb 4th, 2003, 06:53 PM
#2
Fanatic Member
First things first. You can have only one MDI form in any one project. But you could always imitate it by dictating size and location of its loading to match it's virtual parent.
-
Feb 5th, 2003, 04:09 AM
#3
Thread Starter
Junior Member
Originally posted by BillBoeBaggins
But you could always imitate it by dictating size and location of its loading to match it's virtual parent.
Thanks, BillBoeBaggins, but always keep size, location and z-order by myself is not that, what I want.
I'm more firm in C++ and there You have an API-function called
CreateWindow(..., ParentWindowHandle,...)
In this function, the specified Parent-Window has not to be a MDI!
Isn't there something like this in VB(.Net)?
Mikey
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
|