Hi, you have to use visual studio?
Because I'm using wxDev-C++, and in this plataform is easy to do what you want, since this is a "delphi" based plataform, making the user interface cool and easy handling.
If you can use wxDev-C++ I could help you.
Bye
jshoot
Junior Poster in Training
52 posts since Jan 2011
Reputation Points: 9
Solved Threads: 0
I haven't done much of Win32 Programming. But am a bit familiar with it.
I assume that the text member-variable in the TextBox element stores the text.
System::Sting val=text_box->text;
Now val holds the value of the textbox, but not in the std::string but instead, System::String.
Now to convert this into the std::string, you could use something known as a Marshal,which can be a bit more complicated.
Sky Diploma
Practically a Posting Shark
865 posts since Mar 2008
Reputation Points: 673
Solved Threads: 131