window frame

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • rodchar

    #1

    window frame

    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
  • Matt

    #2
    Re: window frame

    FormBorderStyle is the property of the form you're looking for.

    "rodchar" <rodchar@discus sions.microsoft .comwrote in message
    news:2BC13EAE-A157-4278-9213-B2743C0F968F@mi crosoft.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

    Comment

    • tomb

      #3
      Re: window frame

      You might want to look at user controls, depending on what you are doing
      with this form.

      T

      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
      >
      >

      Comment

      • rodchar

        #4
        RE: window frame

        thanks everyone for the replies, this helped.

        "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

        Comment

        Working...