Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by TheProgramer

  1. TheProgramer

    How do I make a window have a default text input???

    I do not understand what you mean? Everytime I put SetWindowText;or SetWindowText();I get an error saying it is missing argument list? What do I put in the argument list? --TheProgramer-- C++ Programer since 2004. You can contact me at: theprogramer2004@yahoo.com
  2. TheProgramer

    Undeliverable email...new scam???

    Thanks! --TheProgramer-- C++ Programer since 2004. You can contact me at: theprogramer2004@yahoo.com
  3. TheProgramer

    How do I make a window have a default text input???

    Where do I put it in my C++ File? Do I put it in the C++ for the Child Frame, or for the Main Frame or What????????????????????? --TheProgramer-- C++ Programer since 2004. You can contact me at: theprogramer2004@yahoo.com
  4. TheProgramer

    Undeliverable email...new scam???

    Sometimes I send E-Mails to a valid E-Mail address and I get the message saying it could not deliver it, but then I get a reply from who I sent it to later in response to my E-Mail. Could this be the same thing??? --TheProgramer-- C++ Programer since 2004. You can contact me at...
  5. TheProgramer

    Is there a differance between C++ and VC++?????

    I am use to making console apps with cout lines, now I see printf()? Why is this??? --TheProgramer-- C++ Programer since 2004. You can contact me at: theprogramer2004@yahoo.com
  6. TheProgramer

    How do I make a window have a default text input???

    Where do I put it? In the .cpp file for my child frame, chldfrm.cpp? If so, what part do I put it in? I am new to this. Please Help. --TheProgramer-- C++ Programer since 2004. You can contact me at: theprogramer2004@yahoo.com
  7. TheProgramer

    How do I make a window have a default text input???

    The program loads an empty box. --TheProgramer-- C++ Programer since 2004. You can contact me at: theprogramer2004@yahoo.com
  8. TheProgramer

    Windows Programing help

    forget this. I got VC++6.0. Oh Well!!! --TheProgramer-- C++ Programer since 2004. You can contact me at: theprogramer2004@yahoo.com
  9. TheProgramer

    VC++ Help Needed!!!!!

    I dropped this project. I went ahead and started a new text editor. Thanks anyway. --TheProgramer-- C++ Programer since 2004. You can contact me at: theprogramer2004@yahoo.com
  10. TheProgramer

    How do I make a window have a default text input???

    Hi, I am making a program with multiple windows. In the main window, you can have multiple other windows. How do I make the smaller windows have a default text input? Now theeey just load as a plain white box, but I want them to have a default text input. Thanks in advance!!!!!!!!!!
  11. TheProgramer

    VC++ Help Needed!!!!!

    It will not validate the password when I click on Validate --TheProgramer-- C++ Programer since 2004. You can contact me at: theprogramer2004@yahoo.com
  12. TheProgramer

    VC++ Help Needed!!!!!

    Hi, I am making a dialog based, Win32 application. I have set it up to have a person input a password, but it won't validate it. How do I make it validate the password? I want it to be able to have multiple passwords. I tried: if (password == 1111) return 0; so that if the password is...
  13. TheProgramer

    Making a password, dialog based, Win32 program. Please help me!!!!!!

    I am very sorry, I thought I waas in the VC++ Forum. Oooooooooooooooooops. I should pay more attention. --TheProgramer-- C++ Programer since 2004. You can contact me at: theprogramer2004@yahoo.com
  14. TheProgramer

    Win32 Programing Question

    I do not need any help with this now. I got Visual C++ 6 --TheProgramer-- C++ Programer since 2004. You can contact me at: theprogramer2004@yahoo.com
  15. TheProgramer

    Making a password, dialog based, Win32 program. Please help me!!!!!!

    Hi, I am making a dialog based, Win32 application. I have set it up to have a person input a password, but it won't validate it. How do I make it validate the password? I want it to be able to have multiple passwords. I tried: if (password == 1111) return 0; so that if the password is...

Part and Inventory Search

Back
Top