Hello
i Have 2 edit boxes. and a button
what im trying to do is:
1.Enter any number into the first EDIT BOX
2.I hit the button to add the number in EDIT BOX 1 to a assigned varible;
3. The new outcome shows up in EDIT BOX 2
any help
thank you
Edit Boxes
Started by acce55, Jul 27 2009 09:02 AM
3 replies to this topic
#1
Posted 27 July 2009 - 09:02 AM
|
|
|
#2
Posted 27 July 2009 - 09:06 AM
You'll have to clarify. Edit boxes do not exist in C++. What GUI library are you using?
#3
Posted 27 July 2009 - 09:17 AM
Im using Visual c++ 6. Im not win32 programming, im programming in MFC. i just dragged some edit boxes on the dialog but i have no idea on how get and put values into them.
i use Dev c++, but i need intel inline assembly. so i just got a old copy of visual c++ to do it for me.
i use Dev c++, but i need intel inline assembly. so i just got a old copy of visual c++ to do it for me.
#4
Posted 27 July 2009 - 11:09 AM
Dev C++ comes with an old version of MinGW. You should be able to use inline assembly for intel processors with it.
Also, Visual C++ 6 is a VERY old (think Dev-C++ old) compiler and also has issues.
The best source for MFC is MSDN: CEdit Members (MFC)
Also, Visual C++ 6 is a VERY old (think Dev-C++ old) compiler and also has issues.
The best source for MFC is MSDN: CEdit Members (MFC)


Sign In
Create Account

Back to top









