Re: form resizing
From: Grant (gpsnett_at_hotmail.com)
Date: 06/18/04
- Next message: Christoph Nahr: "Re: How repaint a from when a main thread is blocked ?"
- Previous message: MyNews: "Re: GetType not working?"
- In reply to: Shakir Hussain: "Re: form resizing"
- Next in thread: Shakir Hussain: "Re: form resizing"
- Reply: Shakir Hussain: "Re: form resizing"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 18 Jun 2004 17:08:37 +1000
kewl so what are those other properties that you set? If I have two text
boxes on my form and set the top textbox anchor to left, right and top - and
the bottom text box anchor to bottom, left, right - they get this big gap in
the middle when the form maximises. How do I get it so the two text boxes
look proportinally the same size no matter what size the form?
Thanks for your suggestions. sorry for my slow uptake.
"Shakir Hussain" <shak@nodomain.com> wrote in message
news:OWTiIqPVEHA.2928@tk2msftngp13.phx.gbl...
> Grant,
>
> I usually create a TestForm in design mode, and will place controls and
> set
> achor as well as other properties. Then i will copy paste the generated
> code
> inside "InitializeComponent".
>
> Shak.
>
>
> "Grant" <gpsnett@hotmail.com> wrote in message
> news:utH32EPVEHA.2816@TK2MSFTNGP11.phx.gbl...
>> Hello,
>>
>> Ive got a form with 3 textboxes - one under the other. When I set the
> anchor
>> to top, left, right, and bottom for each of them and resize the form at
>> runtime, they change size in relation to the bottom of the form. This
> means
>> the textbox on top stretches underneath the textbox below it... if you
>> get
>> my drift.
>>
>> Is there a webpage or something that shows how to correctly set up a form
> to
>> maximise? Can it be set through the IDE? I cant get the damn thing to
> resize
>> properly.
>>
>> Thankd for any help.
>>
>>
>
>
- Next message: Christoph Nahr: "Re: How repaint a from when a main thread is blocked ?"
- Previous message: MyNews: "Re: GetType not working?"
- In reply to: Shakir Hussain: "Re: form resizing"
- Next in thread: Shakir Hussain: "Re: form resizing"
- Reply: Shakir Hussain: "Re: form resizing"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|