|
|
Question : disable print screen function
|
|
How can I disable the print screen key. I have a VB application that displays secure information. I must not allow the print screen to work while in the application window. Can I do this within the VB code? I only want this for the one application.
|
Answer : disable print screen function
|
|
Sounds like you're asking for programming advice, which might be better suited to one of the other forums. I imagine there's a way in VB to trap for the keystroke and either return a message (telling the user why it didn't work) or just flat out disable it. Sorry I don't have the programming experience to tell you exactly how to do it, but it's not really a topic for "Windows 95 general" though since your'e not after a Win95 solution like Smeebud posted, your'e after a VB solution.
<--Will--> MCSE, A+ Certified Technician
|
|
|
|