i need to know how to disable "Print screen option " on windows ineed the source code to it in 'vb' or 'power builder'.. please fast i need it.. thanks for U all..........
: Hi All .. : this is my first message ...... : : i need to know how to disable "Print screen option " on windows : ineed the source code to it in 'vb' or 'power builder'.. : please fast i need it.. : thanks for U all.......... :
well, the only way to do this.. that i currently know of, is to create a timer on your program and put the interval at around 100 and inside the timer put this code:
Clipboard.Clear
this will clear the clipboard (duh right) lol hope this helps
: : Hi All .. : : this is my first message ...... : : : : i need to know how to disable "Print screen option " on windows : : ineed the source code to it in 'vb' or 'power builder'.. : : please fast i need it.. : : thanks for U all.......... : : : : well, the only way to do this.. that i currently know of, is to create a timer on your program and put the interval at around 100 and inside the timer put this code: : : Clipboard.Clear : : this will clear the clipboard (duh right) lol hope this helps : : Eric : you could also just disable the print scr buttun go to www.msdn.com and search vb key codes for a hole list of these codes from mark
Comments
: this is my first message ......
:
: i need to know how to disable "Print screen option " on windows
: ineed the source code to it in 'vb' or 'power builder'..
: please fast i need it..
: thanks for U all..........
:
well, the only way to do this.. that i currently know of, is to create a timer on your program and put the interval at around 100 and inside the timer put this code:
Clipboard.Clear
this will clear the clipboard (duh right) lol hope this helps
Eric
: : this is my first message ......
: :
: : i need to know how to disable "Print screen option " on windows
: : ineed the source code to it in 'vb' or 'power builder'..
: : please fast i need it..
: : thanks for U all..........
: :
:
: well, the only way to do this.. that i currently know of, is to create a timer on your program and put the interval at around 100 and inside the timer put this code:
:
: Clipboard.Clear
:
: this will clear the clipboard (duh right) lol hope this helps
:
: Eric
: you could also just disable the print scr buttun go to www.msdn.com and search vb key codes for a hole list of these codes
from
mark