Form

  • Thread starter Thread starter Tony Johansson
  • Start date Start date
T

Tony Johansson

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top