Thread: Getting Vlaue From Edit Box

  1. #1
    Registered User
    Join Date
    Nov 2003
    Posts
    1

    Getting Vlaue From Edit Box

    Hi people...

    Im just beginning with c++ so bear with my stupid questions...

    NOTE: I am using Borland C++ builder 5, dont know if that makes any difference but anyhow...

    I have 3 EditBoxs on a form and also a button. I would like for the user to enter value into the EditBox and for the little app to get the value. So instead of using

    first = Edit1->Text;

    i need something that does the same but gets the Value not a string or character...

    Thanks heaps for any help

  2. #2
    Registered User
    Join Date
    Aug 2003
    Posts
    1,218
    If you are just beginning wiht C++ you should learn C++ before you start using any GUI. Just my little recomendation.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. edit box
    By beene in forum Windows Programming
    Replies: 3
    Last Post: 11-11-2006, 04:40 AM
  2. WS_HSCROLL in ES_READONLY edit box error
    By Homunculus in forum Windows Programming
    Replies: 4
    Last Post: 02-13-2006, 08:46 AM
  3. edit box affecting displaying of text?
    By algi in forum Windows Programming
    Replies: 4
    Last Post: 05-04-2005, 03:28 PM
  4. How to program a "back" button with MFC
    By 99atlantic in forum Windows Programming
    Replies: 3
    Last Post: 04-26-2005, 08:34 PM
  5. setting fixed floats in edit box
    By WaterNut in forum Windows Programming
    Replies: 4
    Last Post: 08-13-2004, 09:13 AM