Search:

Type: Posts; User: wayko

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    22
    Views
    3,745

    So far i have taught myself serveral program...

    So far i have taught myself serveral program languages from c++ to sql

    i started c++ last year with the tutorial from here. i was lost so i went to c++ for dummies, i learned somethings nothing...
  2. Thread: check box

    by wayko
    Replies
    2
    Views
    1,003

    void CAgeDlg::OnBc() { // TODO: Add your...

    void CAgeDlg::OnBc()
    {
    // TODO: Add your control notification handler code here
    if(m_Bc = true)
    {
    m_Say.SetWindowText("you are years old");
    }
    }

    i want to make it say
  3. Thread: About box

    by wayko
    Replies
    2
    Views
    1,027

    I am using visual c++ 6.0:p

    I am using visual c++ 6.0:p
  4. Thread: About box

    by wayko
    Replies
    2
    Views
    1,027

    About box

    I want to add a About box
    i made the IDD_ABOUTBOX
    i wrote the codes so when i click on the icon on the top left the option comes up under move and close but when i click on it the About box doesn't...
  5. Thread: anybody...?

    by wayko
    Replies
    7
    Views
    1,226

    at the resource area right click the resource...

    at the resource area right click the resource folder goto insert click on bitmap and press new (if you going to make your own) or import to add a ready made bitmap.

    to add that new bitmap double...
  6. Thread: check box

    by wayko
    Replies
    2
    Views
    1,003

    check box

    i have a code that ask a person what year they were born

    i want to add a check box that says BC

    when checked when the person hit submit
    i want it to add 2001 to the year they put in
  7. Thread: calculations

    by wayko
    Replies
    8
    Views
    1,570

    it works :) thanx for the help

    it works :)
    thanx for the help
  8. Replies
    3
    Views
    853

    it worked :) is there a way to clear the...

    it worked :)

    is there a way to clear the number and return it to its original amount without leaving the screen?
  9. Replies
    2
    Views
    1,359

    it might be that you are getting the current year...

    it might be that you are getting the current year from the computer and since you are trying to change the year manually you might be changing the current year on the computer itself therefore the...
  10. Replies
    3
    Views
    853

    calculting different inputs

    i want that a person input the year he/she was born
    that is inputted into an edit box called IDC_year with a member variable of double m_Year
    the current year is located on top with a group box...
  11. Thread: calculations

    by wayko
    Replies
    8
    Views
    1,570

    this is my code i don't see where i am going...

    this is my code i don't see where i am going wrong
    the answer suppose to subtract m_Age which is set to 2001 and m_Year where the user insert the number. after they hit submit they should get a...
  12. Thread: calculations

    by wayko
    Replies
    8
    Views
    1,570

    i want to subtract the current year 2001 from a...

    i want to subtract the current year 2001 from a year that a person inputs on a edit box.

    i called the edit box IDC_YEAR and the the member variable is m_Year

    i added the m_Age as a double
    i...
  13. Thread: calculations

    by wayko
    Replies
    8
    Views
    1,570

    calculations

    is there a way to calculate an amount
    on visual c++ ?
    using a dialog box mfc(exe):rolleyes: :confused: :eek:
  14. Thread: calculations

    by wayko
    Replies
    1
    Views
    1,414

    calculations

    :eek: :confused: is there a way to calculate an amount
    on visual c++ ?
    using a dialog box mfc(exe)
  15. Thread: sound

    by wayko
    Replies
    1
    Views
    1,262

    sound

    is there a way to access the volume control


    ?
  16. Thread: anybody...?

    by wayko
    Replies
    7
    Views
    1,226

    Let see first let try to figure out what you are...

    Let see first let try to figure out what you are using...
    if you are using visual c++ i might be able to help
    if not i am still in the same boat as you :)
  17. Thread: ScreenSaver

    by wayko
    Replies
    0
    Views
    1,272

    ScreenSaver

    i have a screen saver well its suppose to be a screen saver but the exe doesnt execute. no errors are found and i know before i added the extra coding the dialog box opened what can i be...
  18. Replies
    8
    Views
    1,238

    thanx for the info ñ_ñ

    thanx for the info ñ_ñ
  19. Replies
    8
    Views
    1,238

    graphic are not easy at all :( but i will...

    graphic are not easy at all :( but i will continue learning and then one day i will be able to program final fantasy 20 <--- being realistic :D ...

    so how do i start working with opengl and...
  20. Replies
    8
    Views
    1,238

    its a dos program i am using visual c++ 6.0 ...

    its a dos program

    i am using visual c++ 6.0

    this is the code

    #include <iostream.h>
    #include <string>
    int main ()
  21. Replies
    8
    Views
    1,238

    outputting picture

    ok here is a simple question....
    i have a program that asks for the year you are born if you were born bc or ad... now if someone is born the same year as i am i output you are blah blah we are the...
  22. Thread: Points saved

    by wayko
    Replies
    1
    Views
    1,052

    Points saved

    is there a way to store points a person earnd on a game?


    #include <iostream.h>
    #include <stdio.h>
    #include <stdlib.h>
    #include <time.h>
    #include <fstream.h>
  23. Replies
    3
    Views
    995

    thanx it works is there a way to send the...

    thanx it works
    is there a way to send the results to a txt file or database file?
  24. Replies
    3
    Views
    995

    math with decimals

    why doen't my program multiple the decimal numbers

    #include <iostream.h>
    #include <string.h>
    #include <math.h>
    int main ()
    {
    int amount;
    int price;
    int total;
  25. Thread: guessing game

    by wayko
    Replies
    11
    Views
    2,825

    yes

    yes 42 is a good answer ñ_ñ
Results 1 to 25 of 28
Page 1 of 2 1 2