CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1

    How to get notified when PrintScreen key is depressed in Win9x?

    Under Win9x, I want to write a program that gets notified when the 'PrintScrn' key is being pressed, can someone help?

  2. #2
    Join Date
    Jul 2002
    Location
    Princeton, NewJersey, US
    Posts
    817
    Did you try with VK_SNAPSHOT .?
    GOOD DAY..!

    NICK.

    E-MAIL : [email protected]

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