Disable mouse?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PythonNotSoGuru
    New Member
    • Oct 2007
    • 21

    Disable mouse?

    Hello all I am making a program in python where i want the user to have their mouse disabled for a certain amount of time... I dont know if there is a way to do this in python so I came here for help. If anyone knows how to disable the mouse I can take care of the rest.
    PS I dont even know how to start this so I havnt even tried.... if you would provide a sample of how you would work this that would be most helpful.

    I am using XP service pack 2
    CODE:PYTHON
  • sarabhjeet
    New Member
    • Jan 2008
    • 17

    #2
    Hello,u can do this through with the help of win32gui,win32a pi in these classes there are functions for handling mouse or mouse events.Even u can get documentation about these classes in python manuals.Do read that manual also.

    Comment

    Working...