| Author |
Message |
Topic: Paste plain text (and copy/cut) |
wiseley
Replies: 20
Views: 13135
|
Forum: Scripts & Functions Posted: Fri Sep 30, 2011 6:39 pm Subject: Paste plain text (and copy/cut) |
Laszlo, nice to know that you are still around
thanks for all the great scripts you provided this community. |
Topic: Help with Scintilla wrapper |
wiseley
Replies: 12
Views: 2091
|
Forum: Ask for Help Posted: Thu Jan 13, 2011 12:50 pm Subject: Help with Scintilla wrapper |
Thanks Lexikos
your script does exactly what i wanted to do.  |
Topic: Help with Scintilla wrapper |
wiseley
Replies: 12
Views: 2091
|
Forum: Ask for Help Posted: Thu Jan 13, 2011 8:59 am Subject: Help with Scintilla wrapper |
flincs, i tried to open the files below but they don't exist anymore
please help me out if you still have these files
#Include Scintilla.h.ahk
#Include WindowConstants.au3.ahk |
Topic: [Solved] Comparing two identical variables |
wiseley
Replies: 1
Views: 222
|
Forum: Ask for Help Posted: Sat May 22, 2010 2:17 am Subject: [Solved] Comparing two identical variables |
found the answer to the problem
"Ahk" in var b is not capitalized  |
Topic: [Solved] Comparing two identical variables |
wiseley
Replies: 1
Views: 222
|
Forum: Ask for Help Posted: Sat May 22, 2010 2:07 am Subject: [Solved] Comparing two identical variables |
comparing the identical variables below gives different resultsa := "s)`; TBF\$#SCRIPT\$#AHK\$#\w+\$#START\$#"
b := "s)`; TBF\$#SCRIPT\$#Ahk\$#\w+\$#START\$#"
c & ... |
Topic: Pressing buttons within Java |
wiseley
Replies: 5
Views: 357
|
Forum: Ask for Help Posted: Sat May 15, 2010 8:48 pm Subject: Pressing buttons within Java |
Thx. Will research those commands you mentioned.
But meanwhile I finally succeeded in getting the button to blink in the Java app, indicating that AHK found it!
Does that sound hopeful?
Maybe ... |
Topic: Get form text |
wiseley
Replies: 3
Views: 346
|
Forum: Ask for Help Posted: Sat May 15, 2010 8:31 pm Subject: Get form text |
Try thise4=
(
<form name="podForm" method="post">
<input type="hidden" name="loc" value="en_US" >
<input type="hidden& ... |
Topic: Equation Solver\Root Finder 2.0 - up to four degrees |
wiseley
Replies: 42
Views: 2894
|
Forum: Scripts & Functions Posted: Wed Apr 07, 2010 11:00 am Subject: Equation Solver\Root Finder 2.0 - up to four degrees |
Try adding:
x:=TV_GetSelection()
;msgbox %x%
TV_GetText(Selected, x)
;Linear
if (Selected = "Linear") {
; ...
to get the treeview to res ... |
Topic: AutoHotkey.dll |
wiseley
Replies: 531
Views: 84419
|
Forum: Scripts & Functions Posted: Sun Mar 14, 2010 7:15 am Subject: AutoHotkey.dll |
Hotkey, I tried this
#include <windows.h>
#include <stdio.h>
typedef int (*ahkdll)(char *, char *, char *) ;
int main()
{
ahkdll ahkdll_;
... |
Topic: AutoHotkey.dll |
wiseley
Replies: 531
Views: 84419
|
Forum: Scripts & Functions Posted: Fri Mar 12, 2010 6:28 pm Subject: AutoHotkey.dll |
HotKeyIt, can you please give me a little example of how to call AutoHotkey.dll from C.  |
Topic: [AHK_H] - WinDlls() |
wiseley
Replies: 5
Views: 2699
|
Forum: Scripts & Functions Posted: Tue Mar 09, 2010 11:56 pm Subject: [AHK_H] - WinDlls() |
wow, this is great
Thanks HotKeyIt |
Topic: TillaGoto - Go to functions, labels & hks in your script |
wiseley
Replies: 126
Views: 27257
|
Forum: Scripts & Functions Posted: Sun Feb 14, 2010 3:59 pm Subject: TillaGoto - Go to functions, labels & hks in your script |
It seems like your script doesn't work with AutoHotkeyU and getting text from Scintilla with the function below doesn't work either. Do you know what the problem is?
Sci_GetText(hSci)
... |
Topic: Serial ( COM ) Port Console Script |
wiseley
Replies: 120
Views: 47175
|
Forum: Scripts & Functions Posted: Tue Jan 12, 2010 11:52 am Subject: Serial ( COM ) Port Console Script |
Thank you for this console script, it is quite excellent and versatile.
I have a quick question - how do I retrieve the Device Description Value property from a selected COM?
see http://www.a ... |
Topic: FinalBuilder vs AutoIt vs Autohotkey |
wiseley
Replies: 15
Views: 3656
|
Forum: General Chat Posted: Fri Nov 20, 2009 11:59 am Subject: FinalBuilder vs AutoIt vs Autohotkey |
| To mine opinion, there is no match to ahk at this moment. |
Topic: UNICODE version of AutoHotkey |
wiseley
Replies: 236
Views: 34234
|
Forum: Scripts & Functions Posted: Sun Nov 01, 2009 6:22 am Subject: UNICODE version of AutoHotkey |
Just awesome. The power of open source code!Yes I totally agree  |
| |