 |
| Pro VB.NET 2002/2003 For advanced Visual Basic coders working .NET version 2002/2003. Beginning-level questions will be redirected to other forums, including Beginning VB.NET. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Pro VB.NET 2002/2003 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

January 13th, 2005, 08:54 AM
|
|
Authorized User
|
|
Join Date: Dec 2004
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
mouse events
Has someone knows how to block all mouseevents ??, to be sure that user will not use it ??
best regards
|
|

January 13th, 2005, 11:32 AM
|
|
Friend of Wrox
|
|
Join Date: Nov 2004
Posts: 1,621
Thanks: 1
Thanked 3 Times in 3 Posts
|
|
Why would you want to prevent all use of the mouse?
I suspect there is a particular mouse usage that you are trying to prevent.
What is your goal (in broader terms)?
|
|

January 13th, 2005, 03:47 PM
|
|
Authorized User
|
|
Join Date: Dec 2004
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I would like to make mouseless application, and when I don't prevent this problem, user + mouse = big troubles.
am I clear ??
best regards
|
|

January 13th, 2005, 05:09 PM
|
|
Friend of Wrox
|
|
Join Date: Nov 2004
Posts: 1,621
Thanks: 1
Thanked 3 Times in 3 Posts
|
|
No.
What troubles?
What is it that the users do with the mouse that cause a problem, and what problem does it cause?
|
|

January 14th, 2005, 03:02 AM
|
|
Authorized User
|
|
Join Date: Dec 2004
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Imagine we have operator panel (OP) and we are writing application for automation. OP has got buttons free to program. Normally there will not be a mouse but user can connect mouse by USB. We just want to prevent that he will do that... More clear?...
|
|

January 14th, 2005, 12:46 PM
|
|
Friend of Wrox
|
|
Join Date: Nov 2004
Posts: 1,621
Thanks: 1
Thanked 3 Times in 3 Posts
|
|
I take it that you need to leave mouse support in place, in case as the designer you need to plug in a mouse to work on the system? Is this right?
If not, then you could just delete all mouse drivers...
|
|

January 15th, 2005, 08:03 AM
|
|
Authorized User
|
|
Join Date: Dec 2004
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
But if you have Xp Pro ... then you can not do it, because if mouse is on USB, then windows see it, is this true ??
--best regards
|
|
 |