Thread: unknown technique

  1. #1
    JagWire
    Guest

    Question unknown technique

    How do you send a program into the background inside the program? Like, the program sending itself into the background so you can't see it in the system tray or when you do ctrl + alt + del?
    If thats too specific a question, what category would it fall under? multitasking?

  2. #2
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138
    Do you mean like multiple word documents opened in word? If so, I think you need to use MDI.

  3. #3
    JagWire
    Guest
    Nope I mean like a keystroke logger (untrustworthy room mates.....)

  4. #4
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138
    Search and ye shall find.

  5. #5
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Originally posted by JagWire
    Nope I mean like a keystroke logger (untrustworthy room mates.....)
    Do a search on SetWindowsHookEx()......I did an exmple that sends keystrokes to a remote pc - here

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Errors including <windows.h>
    By jw232 in forum Windows Programming
    Replies: 4
    Last Post: 07-29-2008, 01:29 PM
  2. Replies: 1
    Last Post: 09-10-2005, 06:02 AM
  3. Please Help - Problem with Compilers
    By toonlover in forum C++ Programming
    Replies: 5
    Last Post: 07-23-2005, 10:03 AM
  4. gggrrr, unknown problem with <fstream>
    By axlton in forum C++ Programming
    Replies: 5
    Last Post: 07-25-2003, 11:18 PM
  5. UNICODE and GET_STATE
    By Registered in forum C++ Programming
    Replies: 1
    Last Post: 07-15-2002, 03:23 PM