Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

SendKeys "{PRTSC}"

0 views
Skip to first unread message

Wissam Kojok

unread,
Oct 24, 1995, 3:00:00 AM10/24/95
to
SendKeys() CAN NOT send the print screen key to any application.
How then, can I simulate the Print Scrn key being hit ?

Thanks for your help.
Wissam.


Unknown

unread,
Oct 25, 1995, 3:00:00 AM10/25/95
to

==========Wissam Kojok, 10/24/95==========

This is from using the F1 key help on Sendkeys:

Note SendKeys can't send keystrokes to an application that is not designed to
run in Microsoft Windows. Sendkeys also can't send the Print Screen (PRTSC)
key to any application.

The only way I know would be to write a DLL that get the PrtSc key
identification code and sends an interrupt to it. If you are not familiar
with "C" then ask a C programmer around if they could write a quick DLL for
you.

0 new messages