Home All Groups Group Topic Archive Search About

moving controls around on a form

Author
14 Mar 2009 2:49 AM
Scott Baxter
Hello,

I put a web browser control and a label on a form in visual studio 8.

How do I put them in the locations I want without having to write code?

They take up the whole screen (webbrowser) and won't budge.

Thanks in advance.

Scott Baxter

Author
14 Mar 2009 4:02 AM
mayayana
> I put a web browser control and a label on a form in visual studio 8.
>

  That's VB.Net (or C#) and this is a VB group. VB
and VB.Net are completely different, despite the similarity
in name, and therefore have separate newsgroups.
For VB.Net try here:

microsoft.public.dotnet.languages.vb

If it doesn't have "dotnet" in the name then it's
probably not a .Net group.
Author
15 Mar 2009 10:55 PM
Bill McCarthy
Hi Scott,

Sounds like it's dock state is set to fill. Set it's dock state to none in
the properties window and then resize it as needed.
Also note that you are using VS 2005, so best to ask in the dotnet forums
such as :

microsoft.public.dotnet.languages.vb






Show quoteHide quote
"Scott Baxter" <sc***@websearchstore.com> wrote in message
news:O$0c39EpJHA.1168@TK2MSFTNGP05.phx.gbl...
> Hello,
>
> I put a web browser control and a label on a form in visual studio 8.
>
> How do I put them in the locations I want without having to write code?
>
> They take up the whole screen (webbrowser) and won't budge.
>
> Thanks in advance.
>
> Scott Baxter