| Author |
Message |
Forum: Support Topic: Avast & Win32:Autohk [Trj] |
| Fuco |
|
Posted: January 20th, 2008, 10:56 pm
|
|
Replies: 5 Views: 838
|
| Hi guys. I have a script and when i run it avast message me that there is a virus in it .... name: Win32:Autohk [Trj]. it is pretty boring, because this script is used by many many ppl, and lots of them are writing me like WTF is that... The name of the "virus" especially "AutoHK"... |
|
 |
Forum: Scripts Topic: Client & Server Script for TCP/IP Network Communication |
| Fuco |
|
Posted: December 19th, 2007, 3:12 pm
|
|
Replies: 130 Views: 49456
|
| if you mean the lparam of RecieveData() function..its always 1 i tried that... i have this code now and it can decect if connection was closed if ReceivedDataLength = -1 { WinsockError := DllCall("Ws2_32\WSAGetLastError") if WinsockError = 10035 return 1 if WinsockError = 1005... |
|
 |
Forum: Scripts Topic: cRichEdit - Standard RichEdit control for AutoHotkey scripts |
| Fuco |
|
Posted: December 18th, 2007, 6:13 pm
|
|
Replies: 105 Views: 31945
|
| how can i make it read only ? and also is there a function that will jump to the end of doc (+new line) ? so i can just append stuff at the end ( imagine something like IRC log or whatever... ) maybe add function addline() to append text to the end of doc. btw thanx for this :P EDIT: Ok i know how t... |
|
 |
Forum: Scripts Topic: Client & Server Script for TCP/IP Network Communication |
| Fuco |
|
Posted: December 18th, 2007, 5:46 pm
|
|
Replies: 130 Views: 49456
|
| Hi! i tried to create a new WindowsMessage Handler for the FD_CLOSE Message, but it seems that ONLY the last call of WSAAsyncSelect() will remain working, because if i have two or more, only the last works... My code now looks like this ( server ) NotificationMsg = 0x5555 ; An arbitrary message numb... |
|
 |
Forum: Scripts Topic: LowLevel & dynamic code |
| Fuco |
|
Posted: December 17th, 2007, 10:09 pm
|
|
Replies: 172 Views: 43997
|
| I just want to say you BIG THANX ;P you surely deserve it, __expr is so awesome thing... ( im used to double evaluation from other languages, and this is the last thing i missed in AHK ) Keep on working on this!! EDIT: i was wondering, if its possible to make something like "shell" in ahk ... |
|
 |
Forum: Issues Topic: Suggestions on documentation improvements |
| Fuco |
|
Posted: August 22nd, 2007, 6:02 pm
|
|
Replies: 191 Views: 29770
|
|
 |
Forum: Support Topic: AHK & IRC Communication |
| Fuco |
|
Posted: August 5th, 2007, 8:17 pm
|
|
Replies: 2 Views: 938
|
| wow it will be ubernice if some1 can find something. I've searched for some library for C++/delphi but failed ( i found some 9 years old crap xD ). |
|
 |
Forum: Scripts Topic: Graphic Buttons |
| Fuco |
|
Posted: July 26th, 2007, 5:49 pm
|
|
Replies: 110 Views: 51214
|
| well, after two years, this is still not included ;D anyway, my question is, can i somehow disable drawing a border around button ? here is the window: http://www.gjgt.sk/~fuller/ahk/snap0114.png and the button alone http://www.gjgt.sk/~fuller/ahk/buttonactivateup.gif as you can see its really weird... |
|
 |
Forum: Issues Topic: Suggestions on documentation improvements |
| Fuco |
|
Posted: June 26th, 2007, 11:44 pm
|
|
Replies: 191 Views: 29770
|
| I had a realy hard problem with this. Any hotkey subroutine whose first line is Suspend (except "Suspend On") will be exempt from suspension. In other words, the hotkey will remain enabled even while suspension is ON. This allows suspension to be turned off via such a hotkey. It says that ... |
|
 |
Forum: Support Topic: Help me save my text |
| Fuco |
|
Posted: June 26th, 2007, 11:25 pm
|
|
Replies: 11 Views: 897
|
| quick idea: create hotkey for every key you want, something like this ~a::goto, l_write ~b::goto, l_write ... ... l_write: { ifwinactive, <your browser> { StringTrimLeft, var, %a_thishotkey%, 1 fileappend, %var%, <yourfile> } } however this will not save #10 #13 ( carriage return... |
|
 |
Forum: Support Topic: Suspend & hotkey labels |
| Fuco |
|
Posted: June 26th, 2007, 12:20 pm
|
|
Replies: 4 Views: 762
|
woot really nice...i've never thought that a { is considered as a "line". This should be written in manual imo. I read it several times and didnt realize this.. Ill write into wish list section later..
THANKS lexikos. |
|
 |
Forum: Support Topic: Getting input using MsgBox and perorming operations |
| Fuco |
|
Posted: June 26th, 2007, 11:07 am
|
|
Replies: 4 Views: 638
|
| you should add some delay ( sleep ) between sends, because it may really screw up program... so it should be like this: #r:: InputBox repeat, Duplicate, Number of duplicates? Loop %repeat% Send ^d Sleep 100 ; <= new line: wait for 100 miliseconds.. you can change this to optimal value ( time wha... |
|
 |
Forum: Support Topic: Suspend & hotkey labels |
| Fuco |
|
Posted: June 26th, 2007, 11:00 am
|
|
Replies: 4 Views: 762
|
can some1 help me, i really need this.... ( in other words, this is a bump message )  |
|
 |
Forum: Support Topic: Suspend & hotkey labels |
| Fuco |
|
Posted: June 24th, 2007, 10:25 pm
|
|
Replies: 4 Views: 762
|
| Hi. I have this code pom1 = l_ToggleState pom2 := kKey22 if (( isLabel( pom1 ) <> 0 ) and ( pom2 <> "none" )) { hotkey , *%pom2% , %pom1% } and then l_ToggleState: { suspend Permit f_ToggleState() return } my question is, if its p... |
|
 |
Forum: Support Topic: Quick question about sending keys to winodws |
| Fuco |
|
Posted: October 28th, 2006, 2:47 pm
|
|
Replies: 2 Views: 608
|
thx it works nice |
|
 |
| Sort by: |