Search:

Type: Posts; User: jay kay

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,301

    Thanks but i am using Borland C++ not Visual C++....

    Thanks but i am using Borland C++ not Visual C++.
    I was using the following for my set up
    Here
  2. Replies
    2
    Views
    1,301

    Installing Open GL

    I have just installed the Borland C++ compiler.It is set up correctly.
    I am now trying to set up Open GL and I am having a problem importing the dll's
    I am using the following steps.

    When...
  3. Thread: Using Doubles

    by jay kay
    Replies
    4
    Views
    1,390

    i tried using that code and i had no luck any...

    i tried using that code and i had no luck any suggestions?
  4. Thread: Using Doubles

    by jay kay
    Replies
    4
    Views
    1,390

    So my code would be like this??? num2 =...

    So my code would be like this???


    num2 = atof(buffer); //convert the string to a double
    SetWindowText(hwndEdit,ftoa(num1 + num2,buffer,10)); //convert the double...
  5. Thread: Using Doubles

    by jay kay
    Replies
    4
    Views
    1,390

    Using Doubles

    Iv created a calculator but it is only working for integers below is a function for adding 2 numbers

    num2 = atoi(buffer);
    SetWindowText(hwndEdit,itoa(num1 + num2,buffer,10));

    num1 was read in...
  6. Replies
    1
    Views
    2,366

    SetWindowText()

    If i have a variable buffer containing a string for example "18" and i wanted to add a 9 to the end of the string and place it in an edit window. How would i code that im sure its a stupid question...
  7. Replies
    1
    Views
    3,041

    SetDlgItemInt()

    This code works but i want to use SetDlgItemInt().Im trying to use it as shown below
    but it just won't work. hwndEdit is the handle to the edit window and 8 is the ID of the button.All help...
  8. Replies
    1
    Views
    837

    Edit Box return Value

    Is there a way to check if an edit box contains any values or its empty
  9. Replies
    6
    Views
    3,114

    Well I see now that i have to give the buttons...

    Well I see now that i have to give the buttons seperate ID's but still its not working
  10. Replies
    6
    Views
    3,114

    I'm a 100% newbie so can you explain to me what...

    I'm a 100% newbie so can you explain to me what that means or how i make a window process for the buttons.very grateful.
  11. Replies
    6
    Views
    3,114

    The code compiles fine now thanks but it doesn't...

    The code compiles fine now thanks but it doesn't display the value in the window any suggestions?
  12. Replies
    6
    Views
    3,114

    Buttons + Edit Control

    Im making a calculator and i want to press a button and display the value in the edit control using SetDlgItemInt().Not sure if im using it correctly but my code isn't compiling correctly the code...
  13. Thread: Win 32 Gui

    by jay kay
    Replies
    2
    Views
    1,014

    Win 32 Gui

    Could some post some code please.I want to press a button and display a character in an edit window.Example press a button labeled '1' and a '1' is displayed in the window .I'm using WIN32 and...
  14. Thread: GUI in C

    by jay kay
    Replies
    3
    Views
    1,003

    So visual C++ will do the job?

    So visual C++ will do the job?
  15. Thread: GUI in C

    by jay kay
    Replies
    3
    Views
    1,003

    GUI in C

    Hey
    I need to design a simple calculator in C and i'm totally new to C i have some C++ experience.So im looking for some info on where to start what kindof compilers i need where i can get them for...
Results 1 to 15 of 15