AutoHotkey Community

It is currently May 21st, 2012, 5:31 pm

All times are UTC [ DST ]


Search found 10 matches
Search these results:

Author Message

 Forum: Support   Topic: Help converting AHK -> AHK_L

Posted: April 8th, 2012, 11:39 pm 

Replies: 4
Views: 229


Great. Thanks a million.
In my searching, I noticed a lot of posts where people were looking for this. Hopefully it'll help someone else also.

 Forum: Support   Topic: Help converting AHK -> AHK_L

Posted: April 6th, 2012, 10:42 pm 

Replies: 4
Views: 229


I've been using the DropFilesA code posted by SKAN to simulate a Drag/Drop, found here: http://www.autohotkey.com/forum/topic45041.html DropFilesA( FileList, wTitle="", Ctrl="", X=0, Y=0, NCA=0 ) { StringReplace, FileList, FileList, `r`n, `n , All VarSetCapacity(...

 Forum: Scripts   Topic: COM Standard Library

Posted: May 20th, 2010, 5:01 pm 

Replies: 645
Views: 180169


Sean, Thanks. That worked. Not sure where the problem lies, but there's strange output using the COM functions versus using VBA or VB.NET. Using AutoHotKey with the COM functions, the output is dependent upon cursor position while it is not using VBA or VB.NET. Oh well; this example function that I ...

 Forum: Scripts   Topic: COM Standard Library

 Post subject: Over my head
Posted: May 19th, 2010, 10:03 pm 

Replies: 645
Views: 180169


Okay... I need some help. I'm attempting to use a COM library that has a function who's parameter is a reference to an ANSI String. Frankly, it's a little out of my league unless I'm using VB and all the complexity is hidden. The piece of code that I've got the trouble with is as follows: GW:=COM_Cr...

 Forum: Support   Topic: Methods to get seemingly inaccessible label text?

Posted: August 19th, 2009, 7:40 pm 

Replies: 13
Views: 420


Hmm.... height thing didn't work. Different themes give different heights, even after removing the window borders. Oddly enough, windows classic theme returns the same height for both windows, whereas XP theme gives 1 pixel difference.

 Forum: Support   Topic: Methods to get seemingly inaccessible label text?

Posted: August 19th, 2009, 3:55 am 

Replies: 13
Views: 420


That's what I meant by: "I've also tried to get all the window text (and hidden text, for what that's worth), but the label text simply doesn't want to be retrieved." (would've helped if I put some code in there, but I figured that I'd get the message across)

 Forum: Support   Topic: Methods to get seemingly inaccessible label text?

Posted: August 18th, 2009, 10:38 pm 

Replies: 13
Views: 420


Hah! I just noticed (by dumb luck), that the windows are 1 pixel different in height! (and can't be sized)
Gotta check if this is the same on other computers. Perhaps I can subtract the window border off of it to make it work with multiple themes...

 Forum: Support   Topic: Methods to get seemingly inaccessible label text?

Posted: August 18th, 2009, 10:27 pm 

Replies: 13
Views: 420


It's a nice thought, but sadly.. no. The windows are identical, save for the order of the Label controls, which seem non-existent from AHK's point of view. Perhaps, if there's no way to identify the window, there's a way to identify how the user went about opening the window. I'd prefer not to go th...

 Forum: Support   Topic: Methods to get seemingly inaccessible label text?

Posted: August 18th, 2009, 10:04 pm 

Replies: 13
Views: 420


Carcophan: No restrictions on the fields - all are same length and allow same characters. The buttons to open either window are right next to each other in the main application, so either could be opened. sinkfaze: Window Spy: No text associated with Edit controls. In order to change the window titl...

 Forum: Support   Topic: Methods to get seemingly inaccessible label text?

Posted: August 18th, 2009, 6:43 pm 

Replies: 13
Views: 420


For some quick background: I made some code to do some quick address entry and county look up for the ERP system we use at work. There are two address fields, one for a Delivery Address, one for Document Address. The two windows are identical....or so I thought! Check out the pic below - the zip cod...
Sort by:  
Page 1 of 1 [ Search found 10 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group