Jump to content

GregoryAlan

Members
  • Posts

    2
  • Joined

  • Last visited

GregoryAlan's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. This code only lets you block mouse clicks for an area To release this, just add these functions to your script: _MouseSetOnEvent($MOUSE_PRIMARYDOWN_EVENT) ;_MouseSetOnEvent($MOUSE_PRIMARYUP_EVENT) ;Not really needed _MouseSetOnEvent($MOUSE_SECONDARYDOWN_EVENT) _MouseSetOnEvent($MOUSE_SECONDARYUP_EVENT) This "un-blocks" mouse events (you still need to have #include <MouseSetOnEvent_UDF.au3> which is made by mrCreator, I believe Kiti has a link to it)
  2. Hey Saint-Guy, I'm getting an error when I try and create a build using Installer Creator v2.7 The error comes up multiple times: "Compiler Location Error, Cannot find the 'Aut2Exe' file!" I'm trying to create a build that includes a pre-compiled .au3 (an .exe) along with a .dll file I'm on XP Professional SP3 My Aut2Exe is located at C:\Program Files\AutoIt3\Aut2Exe\Aut2Exe.exe Do I need to move this aut2exe file elsewhere, Thanks, Greg
×
×
  • Create New...