How to lock screen using visual basic 2005

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kuleamo
    New Member
    • Nov 2007
    • 1

    How to lock screen using visual basic 2005

    I designing a client / server system for internet billing using visual basic 2005. I had a problem with locking the client screen when not in use, how can i do this ?
  • Killer42
    Recognized Expert Expert
    • Oct 2006
    • 8429

    #2
    Originally posted by kuleamo
    I designing a client / server system for internet billing using visual basic 2005. I had a problem with locking the client screen when not in use, how can i do this ?
    How about just setting the form's Enabled property (assuming this exists in vb2005) to False?

    Comment

    Working...