CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    3

    keyboard enable/disable

    HELLO,
    I AM WORKING ON A REAL TIME ON LINE APPLICATION. I WOULD LIKE MY APPLICATION
    TO DISABLE THE KEYBOARD ON STARTING THE APPLICATION AND ENABLE IT JUST
    BEFORE THE APPLICATION QUITS.

    AWAITING FOR YOUR HELP IN THIS REGARD.
    THANKING YOU IN ADVANCE.
    GAYATHRI.


  2. #2
    Guest

    Re: keyboard enable/disable

    The keyboard is a system resource and your process can't disable it. Windows doesn't work this way. Perhaps you can remove the keyboard ?





Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured