Home All Groups Group Topic Archive Search About
Author
23 Jul 2006 5:28 PM
rodchar
hey all,

is there a single property that i can turn off to take away border, title
bar, and just have a TextBox appear as the whole form being visible?

thanks,
rodchar

Author
23 Jul 2006 11:16 PM
Matt
FormBorderStyle is the property of the form you're looking for.

Show quoteHide quote
"rodchar" <rodc***@discussions.microsoft.com> wrote in message
news:2BC13EAE-A157-4278-9213-B2743C0F968F@microsoft.com...
> hey all,
>
> is there a single property that i can turn off to take away border, title
> bar, and just have a TextBox appear as the whole form being visible?
>
> thanks,
> rodchar
Author
24 Jul 2006 2:25 AM
tomb
You might want to look at user controls, depending on what you are doing
with this form.

T

rodchar wrote:

Show quoteHide quote
>hey all,
>
>is there a single property that i can turn off to take away border, title
>bar, and just have a TextBox appear as the whole form being visible?
>
>thanks,
>rodchar

>
Author
24 Jul 2006 12:36 PM
rodchar
thanks everyone for the replies, this helped.

Show quoteHide quote
"rodchar" wrote:

> hey all,
>
> is there a single property that i can turn off to take away border, title
> bar, and just have a TextBox appear as the whole form being visible?
>
> thanks,
> rodchar