Jump to content

Edit Boxes

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
acce55

acce55

    Newbie

  • Members
  • Pip
  • 5 posts
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

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
You'll have to clarify. Edit boxes do not exist in C++. What GUI library are you using?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
acce55

acce55

    Newbie

  • Members
  • Pip
  • 5 posts
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.

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
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)
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog