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 4 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Chat System v1.00
BlackOut

Replies: 15
Views: 2079

PostForum: Scripts & Functions   Posted: Thu Nov 02, 2006 6:34 am   Subject: Chat System v1.00
Nice script... I like it! Smile

Appending a time stamp to the username in the display would be nice.
  Topic: Problems With A Taskbar Flashing Script
BlackOut

Replies: 2
Views: 348

PostForum: Ask for Help   Posted: Mon Oct 30, 2006 5:43 pm   Subject: Problems With A Taskbar Flashing Script
Nick,

That's what I was after. Thank you much! Very Happy
  Topic: how to make it wait
BlackOut

Replies: 7
Views: 172

PostForum: Ask for Help   Posted: Mon Oct 30, 2006 8:30 am   Subject: how to make it wait
If I understand what you are asking, you want to use SetTimer as follows:


SetTimer, MySub, 5000
return

MySub:
;Do something here
return


The number 5000 is the important part, as th ...
  Topic: Problems With A Taskbar Flashing Script
BlackOut

Replies: 2
Views: 348

PostForum: Ask for Help   Posted: Mon Oct 30, 2006 7:24 am   Subject: Problems With A Taskbar Flashing Script
Hello,

I have read the documentation and have written several functioning scripts (though nothing too spectacular). I have searched the forum, and cannot find the solution to my problem. I want to ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group