Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: MDI forms and scroll bars


Message #1 by "Sam Lewitan" <Slewitan@e...> on Mon, 23 Apr 2001 22:00:22
sorry but I am still confused...
You start with frmStart (that is not a MDIform).
From its menu you load frmA (which you say is a MDIchild) but where is the
MDIform at this moment?
How is this MDIform call and when is it loaded?
Remember that the scrollbars do not appear if the MDIchildren fit inside the
MDIform workspace

m.


> -----Original Message-----
> From:	Sam Lewitan [SMTP:slewitan@e...]
> Sent:	Saturday, April 28, 2001 8:15 PM
> To:	professional vb
> Subject:	[pro_vb] RE: MDI forms and scroll bars
> 
> Hi Marco,
> sorry it took so long to respond. The case is that there is a mother MDI 
> form beside frmA and frmB(there is also a start, frmStart form which is 
> small enough to fit). frmA, which is also small, shows up when you call it
> 
> from the menu bar which is connected to frmStart. frmB shows up when you 
> click a button in frmA. I don't have code infront of me but I am positive 
> that I set the scrollbar property to true and made all of the other forms 
> MDI children.
> Hope this helps.
> Thanks for your time.
> Sam
> 
> > Sam,
> > you posting is not very clear (at least to me).
> > Which form is the MDI, frmA (it is what I guess) or frmB?
> > This is what I will do: set frmA as a MDI dialog and set the scrollbar
> > property to visible (if I remember correctly it is the default) and
> > set the MDIChild property of frmB (the one with the controls)
> > to True. At this point, frmB is shown inside the workspace of
> > frmA, and you can scroll it.
> > Please tell me if I misunderstood.
> > 
> > marco straforini
> > 
> > 
> > 
> > > -----Original Message-----
> > > From:	Sam Lewitan [SMTP:Slewitan@e...]
> > > Sent:	Monday, April 23, 2001 3:00 PM
> > > To:	professional vb
> > > Subject:	[pro_vb] MDI forms and scroll bars
> > > 
> > > I have a an MDI form which starts off with frmA. From frmA I load 
> frmB. 
> > > This frmB is created dynamically with many sets of controls repeating 
> > > themselves. The problem is frmB is too big for the screen and even 
> though 
> > > I set the scroll bar property to true I am not getting them. I may 
> just be
> > > 
> > > missing a parameter in the "formload".
> > > thanks,
> > > Sam
> > 
> 

  Return to Index