In MFC
I have a dialog, and on it i have a simple EditBox
i create a Varivle for this Editbox ( using the ID_EDIT in the Class View)
but the varible is always NULL or 0 (never mind)
and i cant get the data from the editbox
what shoud i do ?
THANKS!!
This is a discussion on Cant Get Data From EditBox within the Windows Programming forums, part of the Platform Specific Boards category; In MFC I have a dialog, and on it i have a simple EditBox i create a Varivle for this ...
In MFC
I have a dialog, and on it i have a simple EditBox
i create a Varivle for this Editbox ( using the ID_EDIT in the Class View)
but the varible is always NULL or 0 (never mind)
and i cant get the data from the editbox
what shoud i do ?
THANKS!!
It would help if you showed us your code.
Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah
You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie
One solution is GetWindowText().
Kuphryn