Please can tell me how to disable keyboard and mouse using vb6

Recommended Answers

All 2 Replies

what do you mean by disable keyboard and mouse.
as i'm not sure what you want to do by disabling both keyboard and mouse(VB is Event Driven Programing and most events are from keyboard and mouse).

You can disable the keyboard by handling the key_press and key_Down events and similar related mouse enents like Move and Over. But the question is if you disable both keyboard and mouse how the user is going to interact with the application.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.