vote up 0 vote down star

Question:

  • Looking for a simple, Windows Forms tutorial:
    • Get some user input from a text box into a variable
flag

You speak about Windows Forms, but then you use the visualc++ tag. Do you need a tutorial about what: a. doing WinForms in managed code (C#, VB.NET, ...) b. doing WinForms in C++/CLI (good luck), or programming a plain Windows app in C or C++ (i.e. no WinForms)? – Guido Domenici Mar 16 at 11:13
@Guido Domenici: WinForms C++ – Aaron Mar 16 at 11:17
OK... I am a bit confused, as you have accepted an answer that points to C# and VB.NET tutorials. Also, you can't do WinForms in (unmanaged) C++. – Guido Domenici Mar 16 at 11:32

2 Answers

vote up 1 vote down check

The exact assignment is as follows:

string str = yourTextBoxName.Text;

For more information on you can check QuickStart Tutorials

link|flag
vote up 0 vote down

How about this one?

The TextBox Widget

It's part of a series of articles using IronPython and WinForms

Enjoy!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.