| Author |
Message |
Forum: Support Topic: WinMenuSelectItem with Ribbon Toolbar |
| HeWhoWas |
|
Posted: February 2nd, 2012, 5:38 am
|
|
Replies: 2 Views: 104
|
| Hey guys, I'm trying to open an RTF file, copy the text, and dump it into another window. Reason I'm using this method is to avoid losing the formatting of the text. The code I'm using is below: insertTextToEmail(templateName, emailBody) { templateFileName = %templateName%.rtf global wi... |
|
 |
Forum: Support Topic: Control, Add fails without error |
| HeWhoWas |
|
Posted: January 31st, 2012, 8:54 am
|
|
Replies: 2 Views: 90
|
| Lexikos - Thanks for the pointer. Somehow I missed the "global winHandle" line in this function, and only this one. It's present in the other 6! :-P I wasn't aware that AHK actually had objects yet, I'm brushing off knowledge from 1-2 years ago. The try/catch block was something new in thi... |
|
 |
Forum: Support Topic: An Injector Script |
| HeWhoWas |
|
Posted: January 31st, 2012, 5:43 am
|
|
Replies: 5 Views: 169
|
Injecting....what? Into what? Text into Notepad?
Edit - Also, we can point you in the right direction, but I highly doubt you're going to find someone willing to write your entire script for you (Unless it's a really generic function that could be useful for others). |
|
 |
Forum: Support Topic: Control, Add fails without error |
| HeWhoWas |
|
Posted: January 31st, 2012, 4:05 am
|
|
Replies: 2 Views: 90
|
| Hey guys, As the subject states, I'm trying to use Control, Add %EmailAddress% to insert some options into an internal application's combo box. The code below is what I'm using: ;Reads email addresses from the email.txt file, and adds them to the "To:" field. setExtraEmailOptions()... |
|
 |
Forum: Utilities Topic: Java Access Bridge C# Style |
| HeWhoWas |
|
Posted: August 18th, 2011, 10:46 am
|
|
Replies: 6 Views: 1239
|
| Apologies, I ran into severe barriers when it came to structures, and couldn't find any way around it. I only managed to hook callbacks, and succesfully trigger them. Without structures to hold the data the functions return though, it's useless. |
|
 |
Forum: Support Topic: Structures |
| HeWhoWas |
|
Posted: July 20th, 2011, 8:28 am
|
|
Replies: 1 Views: 187
|
| Hey guys, I've been messing around with the JAB for a while at work using C# and finally got a relatively good understanding of how it works, so decided to port it over to AHK. Well. AHK_L is fantastic, I've managed to hook all of the callbacks that the JAB exposes, and they all succesfully fire (Wh... |
|
 |
Forum: Utilities Topic: Java Access Bridge C# Style |
| HeWhoWas |
|
Posted: July 20th, 2011, 8:00 am
|
|
Replies: 6 Views: 1239
|
| Ok, so I've got AHK registering all of the callbacks from the JAB, but I'm having a real issue using structures - is there anyone that is a bit of a guru in that department, that can help me set up the structures/pointers for the DLL Calls? I can release what I've got, but without the ability to get... |
|
 |
Forum: Support Topic: Java Application Help |
| HeWhoWas |
|
Posted: July 17th, 2011, 1:45 am
|
|
Replies: 3 Views: 387
|
| This may be of interest to you - I wrote a wrapper and some example code on how to use the Java Access Bridge in C#. I know it's not AHK, but I've been using my own functions in C# using mouse_event, SetForegroundWindow, GetWindowRect and SendKeys.SendWait() to mimic AHK behaviour. http://www.autoho... |
|
 |
Forum: Utilities Topic: Java Access Bridge C# Style |
| HeWhoWas |
|
Posted: July 17th, 2011, 1:41 am
|
|
Replies: 6 Views: 1239
|
| Sure, I was actually up until about 4am trying to finish it off. I'm going to tidy up the example code, and make it so that it actually works correctly and then I'll upload it. Edit - Just tried using it in the latest AHK_L - I've managed to register callbacks within AHK itself! Disregard this threa... |
|
 |
Forum: Utilities Topic: Java Access Bridge C# Style |
| HeWhoWas |
|
Posted: July 16th, 2011, 6:50 pm
|
|
Replies: 6 Views: 1239
|
| Hey guys, After weeks of trying to wrap my head around the Java Access Bridge, and calling it sucesfully from C#, I am happy to say that I have finally done it. I will post the code here, for others to use in future. I more or less learnt how to invoke, marshall, deal with pointers, on the fly as I ... |
|
 |
Forum: Support Topic: can someone help me implement the decaptcher's API into ahk |
| HeWhoWas |
|
Posted: August 17th, 2009, 12:08 pm
|
|
Replies: 19 Views: 1995
|
| I tried that, and it returns 63, no matter what. |
|
 |
Forum: Support Topic: can someone help me implement the decaptcher's API into ahk |
| HeWhoWas |
|
Posted: August 17th, 2009, 11:10 am
|
|
Replies: 19 Views: 1995
|
| So there's no better way to get the length of the string in bytes? |
|
 |
Forum: Support Topic: Want to Advance Powerpoint Slide Show |
| HeWhoWas |
|
Posted: August 17th, 2009, 9:55 am
|
|
Replies: 4 Views: 526
|
| ControlSend can be picky about what it works with, what does AU3 Spy say about the Full Screen slideshow window? |
|
 |
Forum: Support Topic: how to hide a process in task manager |
| HeWhoWas |
|
Posted: August 17th, 2009, 9:48 am
|
|
Replies: 15 Views: 4752
|
Or it could be a part of the site rules, or contract you agreed to when you started work.
If they prohibit your internet access to work related sites as well, is this a form of censorship?
If they insist that you use correct punctuation and grammar, is that censorship? |
|
 |
Forum: Support Topic: can someone help me implement the decaptcher's API into ahk |
| HeWhoWas |
|
Posted: August 17th, 2009, 9:38 am
|
|
Replies: 19 Views: 1995
|
| CAPTCHA_Login(id, hostname, port, login, pwd) { ;Say login = 12345 ;And pwd = 54321 ;As far as I think, the byte length of both should be 5, which StrLen correctly returns. loginsize := StrLen(login) pwdsize := StrLen(pwd) Login := DllCall("decaptcher.dll\CCpro... |
|
 |
| Sort by: |