|
-
Jul 26th, 2013, 07:50 AM
#1
Thread Starter
Junior Member
-
Jul 26th, 2013, 10:46 AM
#2
Re: A simple question about MDI CHILD size
 Originally Posted by Rumblefish
my problem is about open child forms in fullscreen, without be hidding by picture box.
A screenshot of the actual problem would have been a lot better.
On Local Error Resume Next: If Not Empty Is Nothing Then Do While Null: ReDim i(True To False) As Currency: Loop: Else Debug.Assert CCur(CLng(CInt(CBool(False Imp True Xor False Eqv True)))): Stop: On Local Error GoTo 0
Declare Sub CrashVB Lib "msvbvm60" (Optional DontPassMe As Any)
-
Jul 26th, 2013, 11:10 AM
#3
Re: A simple question about MDI CHILD size
Agree w/Bonnie....your example picture doesn't tell us much. I am assuming you have a picturebox on your MDI form, and you have it aligned right. Yet, for some reason you can't see the listview within your PB. Your snapshot shows an image in a Normalized MDI, not Maximized one. If your width property is not set sufficiently to see the entire picturebox (with listview image?????), then you will see just a portion of your picturebox, cutting off the right-hand side. Not really sure if that is what is happening in your example or not, but if you can't see the entire picturebox at design time (with it aligned right), then you are not going to see it in Normal view NOR Maximized view. Just make sure the PB width is sufficient in design to see the entire PB.
-
Jul 26th, 2013, 02:01 PM
#4
Lively Member
Re: A simple question about MDI CHILD size
He's problem is that the Childforms that open in FullScreen, go under the picture box and picture box comes on top of them.
Sorry! that is just how picturebox works on MDIForms.
-
Jul 27th, 2013, 03:21 AM
#5
Re: A simple question about MDI CHILD size
 Originally Posted by Rumblefish
my problem is about open child forms in fullscreen, without be hidding by picture box.
On a MDI interface you can't, sorry.
-
Jul 27th, 2013, 03:41 AM
#6
Hyperactive Member
Re: A simple question about MDI CHILD size
maybe the right term is not to fullscreen. maybe you can use of the resize method of your child form less the size of the size of the picture box that you have.
-
Jul 27th, 2013, 06:58 AM
#7
Re: A simple question about MDI CHILD size
I'm still not getting it. Is the Picturebox on the MDI form, or a child? If you place a PB on the MDIform (say right aligned), and want to see everything on a maximized child form (e.g. - not hidden by the MDI's PB), then open the MDI form in Maximized as well. In testing, I see everything on my maximized chiild form when the MDI form is maximized as well.
Tags for this Thread
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
|