Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Database & SysAdmin
  3. System Admin
  4. Disable print screen feature Windows 2000

Disable print screen feature Windows 2000

Scheduled Pinned Locked Moved System Admin
windows-admin
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    JON10884
    wrote on last edited by
    #1

    Hi guys, Just wondering if there's a way to disable the print screen feature on Windows 2000. I checked the active directory policies and I couldn't find it. Thanks in advance.

    L K J 3 Replies Last reply
    0
    • J JON10884

      Hi guys, Just wondering if there's a way to disable the print screen feature on Windows 2000. I checked the active directory policies and I couldn't find it. Thanks in advance.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Try to check the information from here[^] and let me know whether it is match what you need or not.


      A thousand mile of journey, begin with the first step. APO-CEDC Save Children Norway-Cambodia Office

      1 Reply Last reply
      0
      • J JON10884

        Hi guys, Just wondering if there's a way to disable the print screen feature on Windows 2000. I checked the active directory policies and I couldn't find it. Thanks in advance.

        K Offline
        K Offline
        K Baruah
        wrote on last edited by
        #3

        You can try out the following code in VB Private Sub txtSearch_KeyDown(KeyCode As Integer, Shift As Integer) If KeyCode = vbKeySnapshot or KeyCode = vbKeyPrint then KeyCode = 0 End If End Sub You can put the code inside your application and can protect the same from PrintScreen event. Kaushik Baruah, Programmer Analyst in Cognizant Technology Solutions,Kolkata,India.

        1 Reply Last reply
        0
        • J JON10884

          Hi guys, Just wondering if there's a way to disable the print screen feature on Windows 2000. I checked the active directory policies and I couldn't find it. Thanks in advance.

          J Offline
          J Offline
          JON10884
          wrote on last edited by
          #4

          Thanks for the replies guys :) Where exactly do I put in that code if I want it disabled for the entire OS? Also, is there a Java equivalent to this 'cuz the information I want to protect are actually inside a JTable in my Java program. Thanks again!

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups