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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  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...
  16. TheProgramer

    how to add a print service to a dialog

    That is exactly what I am looking for too. I will let you know if I find anything. --TheProgramer-- C++ Programer since 2004. You can contact me at: theprogramer2004@yahoo.com
  17. TheProgramer

    Add a password to your program so others can't access it. (CONSOLE APPLICATIONS ONLY?)

    Are you making an application that you don't want others, like your boss, to use? Well, Add a password to it!!!!!! I have created a simple code to allow you to add 1+ passwords to your program. Here is the code for a FORMATED DOCUMENT. Add it after the int main application, INSIDE the brackets...
  18. TheProgramer

    Win32 Programing Question

    Hi, I have a bit of code that came with my Dev-C++ for a Win32 Application. All I am asking is, where do I put my prograns code? Here is my code: #include <windows.h> /* Declare Windows procedure */ LRESULT CALLBACK WindowProcedure(HWND, UINT, WPARAM, LPARAM); /* Make the class name into a...
  19. TheProgramer

    How do I make an application print text??????

    How do I make an application print text?????? All; I want is to make a program simply print any text that was displayed in my console application. Thanks in advance! --TheProgramer-- C++ Programer since 2004. You can contact me at: theprogramer2004@yahoo.com
  20. TheProgramer

    Windows Programing help

    It was the program that didn't work. It wouldn't load... --TheProgramer-- C++ Programer since 2004. You can contact me at: theprogramer2004@yahoo.com

Part and Inventory Search

Back
Top