Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by rommi

  1. rommi

    checking mouse events on desktop

    aditional post to my last post. In my mind i thought it would be so easy like so: use Win32::GUI; $desk = Win32::GUI::GetDesktopWindow(); $mousestatus = $desk->Mouseevent(LButton_ispressd, RButton_ispressed); :-) rommi
  2. rommi

    checking mouse events on desktop

    Hi perluserpengo, thx for your answer. Im looking since 2 weeks for a resolution for this problem. I want to realize it with perl and i have read the dokumentations from the module win32, win32::Gui, win32::GuiTest and Api. I cant find a adequate mouse-funktion or method. In the beginning i was...
  3. rommi

    checking mouse events on desktop

    Hi all, since two weeks i try to find a perl-module or perl-script to watch mouse events (left click, right click, double click and so on) on the desktop. I want when ever a mouseclick with the left, middle or right button is executed on the desktop or any windows on the desktop. The operating...

Part and Inventory Search

Back
Top