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 400 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Reading what user is logged in?
TheGood

Replies: 1
Views: 28

PostForum: Ask for Help   Posted: Wed Mar 17, 2010 5:57 am   Subject: Reading what user is logged in?
[url=http://www.autohotkey.com/docs/Variables.htm#UserName]A_UserName?
  Topic: trying to put monitor into standby whats wrong with this?
TheGood

Replies: 5
Views: 54

PostForum: Ask for Help   Posted: Tue Mar 16, 2010 4:21 pm   Subject: trying to put monitor into standby whats wrong with this?
Try this instead:
SendMessage, 0x112, 0xF170, 1,, Program Manager
  Topic: MsgBox timeout option doesn't work
TheGood

Replies: 11
Views: 240

PostForum: Bug Reports   Posted: Fri Mar 12, 2010 3:16 pm   Subject: MsgBox timeout option doesn't work
Thanks for the explanations Lexikos and Sean.
I did think that desktop in that context meant monitor, but I knew something was a little off (like you said, no style is applied to the MsgBox).
  Topic: MsgBox timeout option doesn't work
TheGood

Replies: 11
Views: 240

PostForum: Bug Reports   Posted: Fri Mar 12, 2010 2:11 am   Subject: MsgBox timeout option doesn't work
It's in the documentation.
http://www.autohotkey.com/docs/commands/MsgBox.htm
  Topic: MsgBox timeout option doesn't work
TheGood

Replies: 11
Views: 240

PostForum: Bug Reports   Posted: Fri Mar 12, 2010 12:58 am   Subject: MsgBox timeout option doesn't work
The timeout option will not work if the MsgBox has the option 0x20000:

MsgBox, 0, Test, This MsgBox will go away in 2 seconds., 2
MsgBox, 0x20000, Test, This MsgBox will never go away., 2
Probabl ...
  Topic: IsFunc() is not in the index list of the documentation
TheGood

Replies: 0
Views: 52

PostForum: Wish List   Posted: Tue Mar 09, 2010 7:36 am   Subject: IsFunc() is not in the index list of the documentation
Like it says in the title, IsFunc() isn't in the list.
  Topic: Communication across a network?
TheGood

Replies: 4
Views: 95

PostForum: Ask for Help   Posted: Tue Mar 09, 2010 6:56 am   Subject: Communication across a network?
Hey Leef_me,

Thanks for the attempt! I just found [url=http://www.autohotkey.com/forum/viewtopic.php?t=45237]WatchDirectory() by HotKeyIt, which looks like it's what I need (I was about to start wr ...
  Topic: Communication across a network?
TheGood

Replies: 4
Views: 95

PostForum: Ask for Help   Posted: Tue Mar 09, 2010 4:54 am   Subject: Communication across a network?
Well, I mostly want to send commands, in the same way as you would send a WM_APP message. So not really user content. I understand what you mean about the overhead though.

My problem with the file ...
  Topic: Communication across a network?
TheGood

Replies: 4
Views: 95

PostForum: Ask for Help   Posted: Tue Mar 09, 2010 4:09 am   Subject: Communication across a network?
Hi,

This is more of a Windows-related question than AHK.

It's easy enough to communicate between two separate scripts when they're running on the same machine using WM_APP or WM_COPYDATA. But wh ...
  Topic: Windows "Service" run
TheGood

Replies: 1
Views: 89

PostForum: Ask for Help   Posted: Mon Mar 08, 2010 4:09 am   Subject: Windows "Service" run
You're in the wrong section.
But [url=http://www.autohotkey.com/forum/viewtopic.php?t=34984]this is the thread you're looking for.
  Topic: AHKHID - An AHK implementation of the HID functions
TheGood

Replies: 145
Views: 30326

PostForum: Scripts & Functions   Posted: Sat Mar 06, 2010 5:16 pm   Subject: AHKHID - An AHK implementation of the HID functions
One question though, I'm not sure if you are familiar with Eventghost, but I'm assuming by un-installing the keyboard, I will effectively dis-allow eventghost from recognizing the events, although AHK ...
  Topic: AHKHID - An AHK implementation of the HID functions
TheGood

Replies: 145
Views: 30326

PostForum: Scripts & Functions   Posted: Sat Mar 06, 2010 5:59 am   Subject: AHKHID - An AHK implementation of the HID functions
It sounds like the AHKHID scripts will stop whatever function button in its tracks and thus preventing any program or OS from reacting to it.
No. AHKHID can't do anything to stop the key's original f ...
  Topic: AHKHID - An AHK implementation of the HID functions
TheGood

Replies: 145
Views: 30326

PostForum: Scripts & Functions   Posted: Fri Mar 05, 2010 5:28 pm   Subject: AHKHID - An AHK implementation of the HID functions
OK, I updated AHKHID so that the functions are all named with the prefix AHKHID_. This way, you can put AHKHID.ahk in your library folders. Not sure why I didn't do that in the first place! I updated ...
  Topic: TiddlyWiki helper
TheGood

Replies: 3
Views: 768

PostForum: Scripts & Functions   Posted: Fri Mar 05, 2010 12:43 am   Subject: TiddlyWiki helper
Shocked Thanks for introducing TiddlyWiki to me! Awesome!
  Topic: Add Thousands Separator
TheGood

Replies: 11
Views: 653

PostForum: Scripts & Functions   Posted: Fri Mar 05, 2010 12:28 am   Subject: Add Thousands Separator
Very elegant! Can you explain how the COMMIT and FAIL verbs work? I had a look at the PCRE docs but still can't wrap my head around it.
 
Page 1 of 27 Goto page 1, 2, 3 ... 25, 26, 27  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group