Retreiving content from textbox????
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
-
I created one windows form and placed text box. my working environment:Vc++.net.I want to retrieve the content of that textbox and assign to variable/string.:confused::confused: please help...I am new to .net programming. Thanks in advance Ashok
Try the following forum: .Net Framework[^]
String^ abc = TextBox1->Text; // something like that
Regards,
The only programmers that are better than C programmers are those who code in 1's and 0's..... :) :)Programm3r My Blog: ^_^
-
I created one windows form and placed text box. my working environment:Vc++.net.I want to retrieve the content of that textbox and assign to variable/string.:confused::confused: please help...I am new to .net programming. Thanks in advance Ashok