Please help

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..........

Comments

  • : 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
  • : : 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

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories