Form

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

    #1

    Form

    Hello!

    Here is an easy question I just wonder if it's possible to say that a Form
    is a control like TextBox for example.

    //Tony


  • .\\\\axxx

    #2
    Re: Form

    On Mar 26, 4:13 am, "Tony Johansson" <johansson.ande rs...@telia.com >
    wrote:
    Hello!
    >
    Here is an easy question I just wonder if it's possible to say that a Form
    is a control like TextBox for example.
    >
    //Tony
    What you probably want (it's difficult to tell from your question) is
    a user control - create a new user control, move all of your form
    controls and code onto the user control - then you can use the user
    control just like any other control (like TextBox for example).

    What you don't want is sarcastic replies.

    Comment

    Working...