Yashied Posted August 9, 2011 Posted August 9, 2011 Then it's impossible. My UDFs: iKey | FTP Uploader | Battery Checker | Boot Manager | Font Viewer | UDF Keyword Manager | Run Dialog Replacement | USBProtect | 3D Axis | Calculator | Sleep | iSwitcher | TM | NetHelper | File Types Manager | Control Viewer | SynFolders | DLL Helper Animated Tray Icons UDF Library | Hotkeys UDF Library | Hotkeys Input Control UDF Library | Caret Shape UDF Library | Context Help UDF Library | Most Recently Used List UDF Library | Icons UDF Library | FTP UDF Library | Script Communications UDF Library | Color Chooser UDF Library | Color Picker Control UDF Library | IPHelper (Vista/7) UDF Library | WinAPI Extended UDF Library | WinAPIVhd UDF Library | Icon Chooser UDF Library | Copy UDF Library | Restart UDF Library | Event Log UDF Library | NotifyBox UDF Library | Pop-up Windows UDF Library | TVExplorer UDF Library | GuiHotKey UDF Library | GuiSysLink UDF Library | Package UDF Library | Skin UDF Library | AITray UDF Library | RDC UDF Library Appropriate path | Button text color | Gaussian random numbers | Header's styles (Vista/7) | ICON resource enumeration | Menu & INI | Tabbed string size | Tab's skin | Pop-up circular menu | Progress Bar without animation (Vista/7) | Registry export | Registry path jumping | Unique hardware ID | Windows alignment More...
Bert Posted August 10, 2011 Posted August 10, 2011 I don`t know. Why do you think that?logic strongly suggest what the person is asking for can be used in a game. I can't see much reason to use it otherwise. IMHO. The Vollatran project My blog: http://www.vollysinterestingshit.com/
wakillon Posted August 10, 2011 Posted August 10, 2011 logic strongly suggest what the person is asking for can be used in a game. I can't see much reason to use it otherwise. IMHO.His silence on the subject does not help him...may be, may be notwho knows ? AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts
Sedoc94 Posted August 12, 2011 Author Posted August 12, 2011 (edited) Hello, Sorry for my inactivity here.. Just checked the thread back and no this is not for a game. I have a company software... The software has custom cursors, but there is this case where the cursor will change to another cursor to notify the user that there is some sort of new action going on. I want the AutoIt to detect what cursor it is changed to and act accoording to the identified cursor. I see so many sample of codes in this thread and I also see people who are trying them out so I am kinda confused what to try out but I think I will try out some of the code and see what is workin and what not. Btw yeah I have access to the cursor files. They aren't .cur files though, but .ani files. Thanks for all the help! Edited August 12, 2011 by Sedoc94
TheSaint Posted August 13, 2011 Posted August 13, 2011 Hello,Sorry for my inactivity here..Just checked the thread back and no this is not for a game.I have a company software...The software has custom cursors, but there is this case where thecursor will change to another cursor to notify the user that there issome sort of new action going on.I want the AutoIt to detect what cursor it is changed to and actaccoording to the identified cursor.I see so many sample of codes in this thread and I also see people whoare trying them out so I am kinda confused what to try out but I think Iwill try out some of the code and see what is workin and what not.Btw yeah I have access to the cursor files.They aren't .cur files though, but .ani files.Thanks for all the help! It may be, that there is another way around this without worrying about cursors at all ... perhaps you need to think outside the box. Make sure brain is in gear before opening mouth! Remember, what is not said, can be just as important as what is said. Spoiler What is the Secret Key? Life is like a Donut If I put effort into communication, I expect you to read properly & fully, or just not comment. Ignoring those who try to divert conversation with irrelevancies. If I'm intent on insulting you or being rude, I will be obvious, not ambiguous about it. I'm only big and bad, to those who have an over-active imagination. I may have the Artistic Liesense to disagree with you. TheSaint's Toolbox (be advised many downloads are not working due to ISP screwup with my storage)
Bert Posted August 14, 2011 Posted August 14, 2011 Hello,Sorry for my inactivity here..Just checked the thread back and no this is not for a game.I have a company software...The software has custom cursors, but there is this case where thecursor will change to another cursor to notify the user that there issome sort of new action going on.I want the AutoIt to detect what cursor it is changed to and actaccoording to the identified cursor.I see so many sample of codes in this thread and I also see people whoare trying them out so I am kinda confused what to try out but I think Iwill try out some of the code and see what is workin and what not.Btw yeah I have access to the cursor files.They aren't .cur files though, but .ani files.Thanks for all the help! My mistake! One thing we can look at to see if something is happening is reading the controls in the application. Have you tried using the AutoIt Window Info tool on the application to see if you can read the controls? The Vollatran project My blog: http://www.vollysinterestingshit.com/
monoscout999 Posted August 15, 2011 Posted August 15, 2011 (edited) My mistake! One thing we can look at to see if something is happening is reading the controls in the application. Have you tried using the AutoIt Window Info tool on the application to see if you can read the controls?What is your idea?@Sedoc94there are other ways to find if the cursor is hovering an exact control.. there are APIs that found the control under the cursor, there`s a function called _WinAPI_WindowFromPoint or _WinAPI_ChildWindowFromPointEx this last one is included in the winapiex.au3 UDF that you can find in the example scripts section of this forum.(VERY RECOMENDED UDF) Edited August 15, 2011 by monoscout999
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