| Author |
Message |
Topic: Can't get script to work with 9Dragons game in Windowed mode |
bennoman
Replies: 4
Views: 640
|
Forum: Ask for Help Posted: Fri Jul 13, 2007 2:19 pm Subject: Can't get script to work with 9Dragons game in Windowed mode |
| I believe that GameGaurd is preventing the keystrokes from ever reaching the game. Ive tried every trick I know to macro that game to no avail. If you get it to work, please post your code!!! |
Topic: Help with some IE ready scripts.... |
bennoman
Replies: 15
Views: 955
|
Forum: Ask for Help Posted: Thu Jul 12, 2007 3:50 am Subject: Help with some IE ready scripts.... |
bryonspare,
You may be running it too quickly.
If I am understanding your code correctly, you are already sitting on the webpage and you want to reload the page via F5. Correct?
If so, try add ... |
Topic: Help with some IE ready scripts.... |
bennoman
Replies: 15
Views: 955
|
Forum: Ask for Help Posted: Tue Jul 10, 2007 10:37 pm Subject: Help with some IE ready scripts.... |
Woot I finally get to help someone ... I had this same problem for the longest time.
To get the "Determine if a WebPage is completely loaded in IE" to work first save this as CoHelper.ahk ... |
Topic: Outlook 2007 Tray Notification |
bennoman
Replies: 7
Views: 572
|
Forum: Ask for Help Posted: Wed Jun 27, 2007 4:21 pm Subject: Outlook 2007 Tray Notification |
I hate to burst your bubble but Office 2007 is capable of sending a desktop alert for emails auto-sorted into folders.
In your rule to move emails from the inbox to another folder, on the page whe ... |
Topic: Formate Date Time menu |
bennoman
Replies: 24
Views: 3177
|
Forum: Scripts & Functions Posted: Fri Jun 15, 2007 7:10 pm Subject: Formate Date Time menu |
I did some playing with the GUI and added a DDL to pick the format.
I also changed the way it presents the date, I used SendInput like silveredge78.
You pick the date and format and it will insert ... |
Topic: Formate Date Time menu |
bennoman
Replies: 24
Views: 3177
|
Forum: Scripts & Functions Posted: Fri Jun 15, 2007 6:17 pm Subject: Formate Date Time menu |
Took me a little bit to figure out how to use the GUI as well.
Here is the code I used to get it to work, you can change the format you get by changing the number in the "msgbox % Kalend(1)&qu ... |
Topic: Determine if a WebPage is completely loaded in IE |
bennoman
Replies: 78
Views: 13734
|
Forum: Scripts & Functions Posted: Thu Jun 14, 2007 10:30 pm Subject: Determine if a WebPage is completely loaded in IE |
hey I never even saw the zip file available.
I bet this will get around having to call over a help desk tech to re-install the newest version
Thanks again n-l-i-d for all your help! |
Topic: Determine if a WebPage is completely loaded in IE |
bennoman
Replies: 78
Views: 13734
|
Forum: Scripts & Functions Posted: Thu Jun 14, 2007 9:29 pm Subject: Determine if a WebPage is completely loaded in IE |
Thanks Sean, this works beautifully in my scripts.
Great Job! |
Topic: Determine if a WebPage is completely loaded in IE |
bennoman
Replies: 78
Views: 13734
|
Forum: Scripts & Functions Posted: Thu Jun 14, 2007 8:31 pm Subject: WOOT |
| That worked! I was still using the version I downloaded last year around september because I do not have admin rights on my computer so I had to call a helpdesk tech over to install the newer version. ... |
Topic: Determine if a WebPage is completely loaded in IE |
bennoman
Replies: 78
Views: 13734
|
Forum: Scripts & Functions Posted: Thu Jun 14, 2007 7:05 pm Subject: Determine if a WebPage is completely loaded in IE |
by the way, line 64 is:
Unicode2Ansi(ByRef wString, ByRef sString, nLen = 0)
{
pString := wString + 0 > 65535 ? wString : &wString
If !nLen
nLen := DllCall("Wide ... |
Topic: Determine if a WebPage is completely loaded in IE |
bennoman
Replies: 78
Views: 13734
|
Forum: Scripts & Functions Posted: Thu Jun 14, 2007 7:03 pm Subject: Determine if a WebPage is completely loaded in IE |
I recopied the code for both programs and still got the same error. I tried copying the code into notepad, textpad, and word all with the same result.
Am I using it properly? Do I need to assign a ... |
| |