AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 49 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Avast & Win32:Autohk [Trj]
Fuco

Replies: 5
Views: 263

PostForum: Ask for Help   Posted: Sun Jan 20, 2008 10:56 pm   Subject: Avast & Win32:Autohk [Trj]
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 ...
  Topic: Client & Server Script for TCP/IP Network Communication
Fuco

Replies: 98
Views: 12256

PostForum: Scripts & Functions   Posted: Wed Dec 19, 2007 3:12 pm   Subject: Client & Server Script for TCP/IP Network Communication
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
{
Wi ...
  Topic: cRichEdit - Standard RichEdit control for AutoHotkey scripts
Fuco

Replies: 77
Views: 9081

PostForum: Scripts & Functions   Posted: Tue Dec 18, 2007 6:13 pm   Subject: cRichEdit - Standard RichEdit control for AutoHotkey scripts
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... )

may ...
  Topic: Client & Server Script for TCP/IP Network Communication
Fuco

Replies: 98
Views: 12256

PostForum: Scripts & Functions   Posted: Tue Dec 18, 2007 5:46 pm   Subject: Client & Server Script for TCP/IP Network Communication
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 la ...
  Topic: LowLevel & dynamic code
Fuco

Replies: 67
Views: 5541

PostForum: Scripts & Functions   Posted: Mon Dec 17, 2007 10:09 pm   Subject: LowLevel & dynamic code
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 w ...
  Topic: Suggestions on documentation improvements
Fuco

Replies: 52
Views: 5900

PostForum: Bug Reports   Posted: Wed Aug 22, 2007 6:02 pm   Subject: Suggestions on documentation improvements
minor typo

http://www.autohotkey.com/docs/commands/LoopFile.htm
(also in autohotkey.chm file )

To retrieve files' relative paths instead of absolute paths during a recursive search.....

shou ...
  Topic: AHK & IRC Communication
Fuco

Replies: 2
Views: 371

PostForum: Ask for Help   Posted: Sun Aug 05, 2007 8:17 pm   Subject: AHK & IRC Communication
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 ).
  Topic: Graphic Buttons
Fuco

Replies: 69
Views: 17054

PostForum: Scripts & Functions   Posted: Thu Jul 26, 2007 5:49 pm   Subject: Graphic Buttons
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.p ...
  Topic: Suggestions on documentation improvements
Fuco

Replies: 52
Views: 5900

PostForum: Bug Reports   Posted: Tue Jun 26, 2007 11:44 pm   Subject: Suggestions on documentation improvements
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 enable ...
  Topic: Help me save my text
Fuco

Replies: 11
Views: 426

PostForum: Ask for Help   Posted: Tue Jun 26, 2007 11:25 pm   Subject: Help me save my text
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>
...
  Topic: Suspend & hotkey labels
Fuco

Replies: 4
Views: 276

PostForum: Ask for Help   Posted: Tue Jun 26, 2007 12:20 pm   Subject: Suspend & hotkey labels
woot really nice...i've never thought that a { is considered as a "line". This should be written in manual imo. Razz I read it several times and didnt realize this.. Ill write into wish list s ...
  Topic: Getting input using MsgBox and perorming operations
Fuco

Replies: 4
Views: 230

PostForum: Ask for Help   Posted: Tue Jun 26, 2007 11:07 am   Subject: Getting input using MsgBox and perorming operations
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 %r ...
  Topic: Suspend & hotkey labels
Fuco

Replies: 4
Views: 276

PostForum: Ask for Help   Posted: Tue Jun 26, 2007 11:00 am   Subject: Suspend & hotkey labels
can some1 help me, i really need this.... ( in other words, this is a bump message ) Razz
  Topic: Suspend & hotkey labels
Fuco

Replies: 4
Views: 276

PostForum: Ask for Help   Posted: Sun Jun 24, 2007 10:25 pm   Subject: Suspend & hotkey labels
Hi. I have this code

pom1 = l_ToggleState
pom2 := kKey22
if (( isLabel( pom1 ) <> 0 ) and ( pom2 <> "none" ))
{
hotkey , *%pom2% ...
  Topic: Quick question about sending keys to winodws
Fuco

Replies: 2
Views: 262

PostForum: Ask for Help   Posted: Sat Oct 28, 2006 2:47 pm   Subject: Quick question about sending keys to winodws
thx Smile it works nice
 
Page 1 of 4 Goto page 1, 2, 3, 4  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group