|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
window framehey 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 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 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 > > 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 |
|||||||||||||||||||||||