scila1996 Posted September 11, 2015 Share Posted September 11, 2015 (edited) Hello Everybody !I wanna when MOVE mouse inside My GUI then it's to do something or MOVE outside My GUI then too to do something . I tried with GuiGetCursorInfo , but it's only work with Control ID ! Please Help Me ! Thank You so much ! Edited September 11, 2015 by scila1996 Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted September 11, 2015 Moderators Share Posted September 11, 2015 (edited) So if it is inside a GUI you created, why on earth would you use mouse coordinates instead of the control functions? You say it is your GUI, so you should know the control IDs, and should be able to then click on or interact with any control without having to resort to using the mouse. Edited September 11, 2015 by JLogan3o13 Bert 1 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
Bert Posted September 11, 2015 Share Posted September 11, 2015 agreed - Look at ControlSend The Vollatran project My blog: http://www.vollysinterestingshit.com/ Link to comment Share on other sites More sharing options...
JohnOne Posted September 11, 2015 Share Posted September 11, 2015 Opt("MouseCoordMode", 0) $apos = MouseGetPos() AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
Danyfirex Posted September 11, 2015 Share Posted September 11, 2015 GUIGetMsg()=GUI_EVENT_MOUSEMOVE then I'm in my GUI Saludos Danysys.com AutoIt... UDFs: VirusTotal API 2.0 UDF - libZPlay UDF - Apps: Guitar Tab Tester - VirusTotal Hash Checker Examples: Text-to-Speech ISpVoice Interface - Get installed applications - Enable/Disable Network connection PrintHookProc - WINTRUST - Mute Microphone Level - Get Connected NetWorks - Create NetWork Connection ShortCut Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now