Thread: how can i control in C ?!

  1. #1
    Registered User
    Join Date
    Jul 2008
    Posts
    4

    how can i control in C ?!

    hello all

    it's my first post in this forum ..


    C language can control the computer ..

    i want in a specific time of the program to control the computer by freezing the mouse and keyboard ..

    any one can help me ?!


    thnx ,,,

  2. #2
    Deathray Engineer MacGyver's Avatar
    Join Date
    Mar 2007
    Posts
    3,210
    Sounds like a virus.

  3. #3
    Registered User
    Join Date
    Jul 2008
    Posts
    4
    No .. it's a security program .. if you did not type the password correctly it will freeze for 10 Mins ..

  4. #4
    and the hat of sweating
    Join Date
    Aug 2007
    Location
    Toronto, ON
    Posts
    3,545
    I think you'd have to write a driver to do that.
    But it still sounds like a virus to me too.

    Maybe you should get a book on C and learn how to write your own programs (viruses?) instead of just asking questions that are way beyond your grasp.

  5. #5
    The larch
    Join Date
    May 2006
    Posts
    3,573
    Great security feature: any accidental typo, having Caps Lock on by accident etc disables your computer for ten minutes!

    If you want better security, make your password longer and harder to guess.
    I might be wrong.

    Thank you, anon. You sure know how to recognize different types of trees from quite a long way away.
    Quoted more than 1000 times (I hope).

  6. #6
    and the hat of sweating
    Join Date
    Aug 2007
    Location
    Toronto, ON
    Posts
    3,545
    It would probably be more useful to lockout the user account for 10 mins rather than the whole computer. I believe Windows already has that feature.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. (Multiline) Edit Control Limit
    By P4R4N01D in forum Windows Programming
    Replies: 9
    Last Post: 05-17-2008, 11:56 AM
  2. line number on a rich edit control
    By rakan in forum Windows Programming
    Replies: 1
    Last Post: 02-18-2008, 07:58 AM
  3. Button handler
    By Nephiroth in forum Windows Programming
    Replies: 8
    Last Post: 03-12-2006, 06:23 AM
  4. very weird .h problem
    By royuco77 in forum C++ Programming
    Replies: 1
    Last Post: 09-11-2005, 07:55 AM
  5. Tab Controls - API
    By -KEN- in forum Windows Programming
    Replies: 7
    Last Post: 06-02-2002, 09:44 AM