lingo-l Disabling printscreen

2005-01-11 Thread Zebin Ayinikat
Hi
 How do do you disable the printscreen key.. it tried to get its
keycode in director  ..but couldnt get it(might be
keyboard specific)... Using buddy api  going through its docs ..i
found the keycode for printscreen is 44.  but when tested it doesnt
work...
You guys have any idea about this...

Thanks...
Zzzz
[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
lingo-l@penworks.com  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]


Re: lingo-l Disabling printscreen

2005-01-11 Thread John R. Sweeney Jr
on 1/11/05 4:51 PM, Zebin Ayinikat at [EMAIL PROTECTED] wrote:

 Hi
 How do do you disable the printscreen key.. it tried to get its
 keycode in director  ..but couldnt get it(might be
 keyboard specific)... Using buddy api  going through its docs ..i
 found the keycode for printscreen is 44.  but when tested it doesnt
 work...
 You guys have any idea about this...

When I've had to work with system keys like that in the past (like disable
CNTRL-ALT-DEL to simulate and Windows NT training on a Win9X box), we had to
write our own custom keyboard.dll. Invoke it when our program started and
replace it with the system one, when we where done. Not an easy solution to
implement, but it worked.

Good luck,
John


===
John R. Sweeney Jr.([EMAIL PROTECTED])
Interactive Multimedia Developer/
Digital Media Specialist

OnDemand - Interactive, Inc.
847.651.4469 (cell)  847.310.5959 (office/fax)
=== 

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
lingo-l@penworks.com  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]


Re: lingo-l Disabling printscreen

2005-01-11 Thread Sean Wilson
There is a Windows-only xtra at 
http://www.xtra-ucd.com/pages/page.php?product=xtralanguage=en called 
XdisPrtScrn

[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi  To post messages to the list, email lingo-l@penworks.com  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo.  Thanks!]