Re: Dynamically creating a control array
- From: "George Hutto" <yougott@xxxxxxxxxxxxx>
- Date: Thu, 21 Jul 2005 10:03:21 -0400
Ken,
That worked very well, thank you.
George
"Ken Halter" <Ken_Halter@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:OvNslhUiFHA.320@xxxxxxxxxxxxxxxxxxxxxxx
> "George Hutto" <yougott@xxxxxxxxxxxxx> wrote in message
> news:eeeT7UUiFHA.1788@xxxxxxxxxxxxxxxxxxxxxxx
> > Since you've been so helpful, maybe you can give me some more
information.
> >
> > I'm modifying the height of the form depending on how many controls I
> > load.
> > Eventually I can see this form getting to be too long.
> >
> > I would like to define an area on the form to contain the textboxes I'm
> > creating and have that area have scroll bars. Do you (or anyone else)
> > know
> > of a way to accomplish this?
> >
> > Thanks,
> >
> > George
>
> This article shows.....
>
> How To Create Scrollable Viewports
> http://support.microsoft.com/default.aspx?scid=kb;en-us;186429
>
> ....if you're creating controls at runtime, just make sure to...
>
> Set NewControl.Container = TheScrollableViewport
>
> ...so it'll show up in the frame/picturebox that's getting scrolled.
>
> --
> Ken Halter - MS-MVP-VB - http://www.vbsight.com
> DLL Hell problems? Try ComGuard - http://www.vbsight.com/ComGuard.htm
> Please keep all discussions in the groups..
>
>
.
- Follow-Ups:
- Re: Dynamically creating a control array
- From: Randy Birch
- Re: Dynamically creating a control array
- References:
- Dynamically creating a control array
- From: George Hutto
- Re: Dynamically creating a control array
- From: Ken Halter
- Re: Dynamically creating a control array
- From: George Hutto
- Re: Dynamically creating a control array
- From: Ken Halter
- Dynamically creating a control array
- Prev by Date: Re: Radio buttons and tabs
- Next by Date: Re: listbox populate from bottom up?
- Previous by thread: Re: Dynamically creating a control array
- Next by thread: Re: Dynamically creating a control array
- Index(es):
Relevant Pages
|