Hi,
I am a novice programmer & am learning eVC++.
I am trying to create a simple application where in a form containing a text-box, whatever the user feeds in , that text should be displayed in a mesage box on the Click of the button present on the form.
The ID of the textbox is IDC_EDIT1
& I am using the statement:
MessageBox(IDC_EDIT1.Text);
in the OnButton1 function.
But this is giving an error..." left of '.Text' must have class/struct/union type "
Can anyone suggest me the modifications required....
Thanks in advance.
Niks.