kennis
January 21st, 2005, 04:35 PM
i have a textbox and a button in a form
when i clic at button i need to get the textbox value, my textbox name is txtName
----------------------------------
using namespace std;
string a;
a=txtName->Text->toString;
--------------------------------------
BUT IT HAS ERROR WHEN I COMPILED
another question,
i know that every class need a .h (declarations) and .cpp(implementations), but i dunno much about c++ in windows aplication, which codes goes to .cpp in this case?
thanks your help
when i clic at button i need to get the textbox value, my textbox name is txtName
----------------------------------
using namespace std;
string a;
a=txtName->Text->toString;
--------------------------------------
BUT IT HAS ERROR WHEN I COMPILED
another question,
i know that every class need a .h (declarations) and .cpp(implementations), but i dunno much about c++ in windows aplication, which codes goes to .cpp in this case?
thanks your help