AutoHotkey Community

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

All times are UTC [ DST ]


Search found 43 matches
Search these results:

Author Message

 Forum: Support   Topic: SkyPE - Detect Mic Mute / Un Mute ?

Posted: April 23rd, 2011, 7:46 am 

Replies: 2
Views: 358


this is a bit late, but Im working on skype clients right now. without telling you EXACTLY how to do it, the answer is yes AHK can do it. there are a few examples of skype clients, under search, install one of them and locate the send message / receive message functions.. then you will need to go to...

 Forum: Support   Topic: SciTE4AutoHotkey questions

Posted: October 13th, 2010, 8:51 am 

Replies: 9
Views: 829


If my insertion point is the beginning of a line that has a Tab-indented command, if I press Enter, the Tab vanishes, my insertion point moves to the end of the line where I started, a blank line having been entered above that line. I'm sure this do-si-do facilitates some frequently-done bit of cod...

 Forum: Scripts   Topic: Use PokerStar software with your numeric keyboard ...

Posted: August 8th, 2010, 2:48 am 

Replies: 1
Views: 593


Here's an idea for you that will work with any poker room.. Use the CTRL + button to record the position of the mouse, then use the button to execute the click.. you can use presets for the keys too to pre-record locations.. also this technique is resolution independent.. it lets you resize the game...

 Forum: Support   Topic: COM object in tab

Posted: August 6th, 2010, 6:07 pm 

Replies: 4
Views: 239


I found this way easier.. create a groupbox control inside the tab, and then attach your browser to the groupbox.
http://www.autohotkey.com/forum/topic59563.html

 Forum: Support   Topic: Flash/HTML in Gui

Posted: June 28th, 2010, 9:49 am 

Replies: 17
Views: 2354


For any other newbs trying to this.. I was using tabs2 within a GUI and needed to display my html report under one of the tabs.. but it kept destroying all the other controls and tabs and flooding out to the edge of the gui.... Turns out you need to place the IE control inside another control, and r...

 Forum: Support   Topic: Flash/HTML in Gui

Posted: June 27th, 2010, 9:49 pm 

Replies: 17
Views: 2354


WOW jethrow, for a PHP/mysql/javascript guy trying to get his head around AHK, that is one hell of a helpful idea... I just wanted to be able to display some dynamically formatted data, but to be able to also attach functions and write back into the document.. :shock: Im assuming then that AHK could...

 Forum: Support   Topic: Flash/HTML in Gui

Posted: June 25th, 2010, 1:14 am 

Replies: 17
Views: 2354


lol, seriously.. I'm in awe..

 Forum: Support   Topic: Flash/HTML in Gui

Posted: June 25th, 2010, 12:22 am 

Replies: 17
Views: 2354


Ive searched hundreds of posts on this subject to no avail...it couldnt be more frustrating. there used to be a thing called IE.ahk, that is no longer supported.. that would have done it.. most of the latest posts say to use COM.. but there are no examples of how to embed a HTML control into a GUI.....

 Forum: Scripts   Topic: ToolTip() - Advanced ToolTip features + Unicode

Posted: June 24th, 2010, 11:31 pm 

Replies: 117
Views: 28887


Is it possible to render HTML/CSS into a tooltip? html:="<span style="background: #000000">Test Text</span>" setTooltipTextAsHTML(HTML) Im wondering if it's possible to somehow modify this thing to feed a HTML string over to a dll that renders it into the visible display ...

 Forum: Scripts   Topic: A Starcraft Broodwar Script V1.3b

Posted: June 11th, 2010, 7:12 pm 

Replies: 41
Views: 7774


well you cant count on there being any straight lines, about all you can count on is that the inner angles will add up to 360 degrees... and the top left corner, will at least have two lines extending from it.. but those lines could have any kind of slope. so if you can work out the angle of the top...

 Forum: Scripts   Topic: A Starcraft Broodwar Script V1.3b

Posted: June 11th, 2010, 2:21 pm 

Replies: 41
Views: 7774


the SC bounding rect.. is ahh.. not a rect.. it's not even a parallelogram, quadralateral perhaps (rhombus?) where the longest side has the highest elevation. personally, I found the adjustable camera viewpoint, rendundant, it just gives it a flashy feel, if there is a way to force maximum elevation...

 Forum: Scripts   Topic: A Starcraft Broodwar Script V1.3b

Posted: June 10th, 2010, 6:03 pm 

Replies: 41
Views: 7774


I see what you mean, should only need to calibrate it like that once.. record the offsets and then set them in stone for the duration of the sitting. Or you could just hard code them for the window size found.. SC II is coming up though... beta just closed.. and I swear once you play it.. you're goi...

 Forum: Custom   Topic: AutoHotkey.dll

Posted: June 10th, 2010, 1:06 pm 

Replies: 559
Views: 93317


* Remotely Inject into other processes to enable subclassing their windows. Does this mean you could use this .dll to say, remotely inject into any app.. say notepad.exe, and subclass it's controls and windows, detour its functions, and hook its messages? And if so, are there any examples of doing ...

 Forum: Scripts   Topic: A Starcraft Broodwar Script V1.3b

Posted: June 9th, 2010, 8:36 pm 

Replies: 41
Views: 7774


lol, nice trick..

 Forum: Scripts   Topic: String DLL + Wrapper

Posted: June 9th, 2010, 2:09 pm 

Replies: 5
Views: 854


Affirmative.. ive been trying to subclass for over a month.. http://www.autohotkey.com/forum/viewtopic.php?t=57573&start=0&postdays=0&postorder=asc&highlight=subclass I'd pretty much given up on AHK as an option.. figured I needed to just go to C++, detours, CBT hooks, whatever.. My ...
Sort by:  
Page 1 of 3 [ Search found 43 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group