AutoHotkey Community

It is currently May 21st, 2012, 4:55 pm

All times are UTC [ DST ]


Search found 17 matches
Search these results:

Author Message

 Forum: Support   Topic: ImageSearch acting a little weird.

Posted: July 2nd, 2007, 10:58 pm 

Replies: 2
Views: 421


yes they are, but I don't use anything related to windows theme... The script works on a website I forgot to mention that I used my Image Editing program to load the screenshot given from the other computer and put the image I want to be found and it matched exactly the one on the screenshot. Well, ...

 Forum: Support   Topic: ImageSearch acting a little weird.

Posted: July 2nd, 2007, 10:53 pm 

Replies: 2
Views: 421


Hi everyone, I used ImageSearch a couple times on one of my scripts that allows the automation of some boring tasks. While everything works fine on my comp (I used screenshot to grab the pictures I want the script to look for), when trying to find a picture that is text-only with a background it fai...

 Forum: Support   Topic: empty recycle bin

Posted: July 2nd, 2007, 9:48 pm 

Replies: 8
Views: 1364


daonlyfreez wrote:
:?:

Why not use FileRecycleEmpty


This is definatly better than my suggestion, it's just that it won't be supported if you don't have Internet Explorer 4 or higher.

 Forum: Support   Topic: Copying text without ^c ?

Posted: July 1st, 2007, 11:33 pm 

Replies: 4
Views: 629


the OCR would be hard to do IMO... I will give a try to the controlgettext. Even if it takes more than what i have selected, I can always remove the non-wanted parts! As long as i am able to get the text in the clipboard, so just a any variable would do. Thanks for info guys, please post more if you...

 Forum: Support   Topic: [Help needed] Open Windows Live conversation window

Posted: July 1st, 2007, 8:10 pm 

Replies: 2
Views: 585


I don't have the knowledge to help you out with that but as i understand you make your script open the contact list where you can search for who to send instant message to. You can reach that window by rightclicking the trayicon instead of opening the main window. The way I would do it is by sending...

 Forum: Support   Topic: Runescape Auto Clicker With Time Constraint

Posted: July 1st, 2007, 8:01 pm 

Replies: 9
Views: 13824


Just so you know that runescape got different ways to find out that you are macroing :) Yep, i came up with a nice script once but they still found me... Luckily I was just there to macro it!

Just edit the script you have made with the script writer and add sleep instructions.

 Forum: Support   Topic: duplicate line

Posted: July 1st, 2007, 7:56 pm 

Replies: 22
Views: 1790


I've tried to tweaked the script a little and replaced the send of the enter key by a linefeed... But it still gets recognised as if you pressed enter in the IE and Firefox behavior...

 Forum: Support   Topic: Assign two hotkeys to one button...

Posted: July 1st, 2007, 7:44 pm 

Replies: 1
Views: 651


I am not sure what exactly you mean since I see in your code that you already have something for play/pause toggle... I haven't found any other comments to help me figure out there was another place where you did something similar... I am not a pro with autohotkeys but here is what i would do to hav...

 Forum: Support   Topic: How can I check if a file is open before I try to move it?

Posted: July 1st, 2007, 7:29 pm 

Replies: 5
Views: 796


I believe that if a file is currently open on a network drive, there is no way to know if it is or not. The file can be transfered even if it is open by someone else, when they will try to save it, it will just ask them where to save it or save a new copy of the file where the file WAS. If the file ...

 Forum: Support   Topic: Remotely run a .exe through cell phone text

Posted: July 1st, 2007, 7:19 pm 

Replies: 8
Views: 1131


That is something that would be quite usefull to me... Do you mind if i grab that code for my use?

 Forum: Support   Topic: how to get current cursor positon?

Posted: July 1st, 2007, 7:13 pm 

Replies: 3
Views: 627


Retrieves the current position of the mouse cursor, and optionally which window and control it is hovering over.
MouseGetPos, [OutputVarX, OutputVarY, OutputVarWin, OutputVarControl, 1|2|3]

It's all in the help files :)

 Forum: Support   Topic: fire when crosshair is red

Posted: July 1st, 2007, 7:08 pm 

Replies: 1
Views: 558


Use the info proggy to determine an exact point where the color of the crosshair is the most red (when it is) keep the value of that red and not use something like that wantedColor = 0xFF0000 ; change the value after the x to the exadecimal value of the red you been able to catch.(use GIMP or an...

 Forum: Support   Topic: Request Script

Posted: July 1st, 2007, 6:58 pm 

Replies: 2
Views: 457


That kind of script is damn easy for anyone to make... Do it yourself :) that way you will be able to improove it when you need to.

you will just need the commands "send", "winactive","sleep","loop" and i think it's all... You can look up the manual for them.

 Forum: Support   Topic: empty recycle bin

Posted: July 1st, 2007, 6:54 pm 

Replies: 8
Views: 1364


That command will require you to have MSIE 4 or higher to work. Although almost everyone has it, I got some friends who always uninstall it as fast as possible on their new computers... Here would be a little work-arround which might not be as good. LWin & LAlt:: LWin & RAlt:: RWin & LAl...

 Forum: Support   Topic: understanding the ImageSearch function

Posted: July 1st, 2007, 6:42 pm 

Replies: 2
Views: 462


If you wanna do an automation that will be able to run on different environment (ie: resolutions, computers, windows installations) The chances that all the shortcuts, the buttons, the applications and a lot more will NOT be at the same place as they are on your current screen. So instead of using s...
Sort by:  
Page 1 of 2 [ Search found 17 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group