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 83 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Write the current active window name to text file
Wouther

Replies: 3
Views: 391

PostForum: Ask for Help   Posted: Mon Mar 02, 2009 9:49 am   Subject: Write the current active window name to text file
I can't test it right now, but my guess is something like:
WinWaitNotActive, A
...followed by FormatTime, FileAppend, etc.
In a loop, of course! Smile
  Topic: [Solved] Detecting VK and SC codes with a script
Wouther

Replies: 2
Views: 447

PostForum: Ask for Help   Posted: Wed Dec 24, 2008 12:46 pm   Subject: [Solved] Detecting VK and SC codes with a script
Wow, quick reply! Thanks a lot! Razz
  Topic: [Solved] Detecting VK and SC codes with a script
Wouther

Replies: 2
Views: 447

PostForum: Ask for Help   Posted: Wed Dec 24, 2008 12:16 pm   Subject: [Solved] Detecting VK and SC codes with a script
Hello,

Is it possible to detect VK and/or SC codes of keys with a script? Like all scripts do when you use #InstallKeybdHook and open the main window, then press Ctrl+K.
I searched the forum and d ...
  Topic: WinHide and WinShow Tool
Wouther

Replies: 6
Views: 1843

PostForum: Scripts & Functions   Posted: Mon Dec 08, 2008 9:22 pm   Subject: WinHide and WinShow Tool
I don't know how to do this, but I imagine it would involve looking for a click and then briefly waiting for another click. However, I don't know how you would tell if the top bar of the window has b ...
  Topic: Remove Line contains Var
Wouther

Replies: 4
Views: 468

PostForum: Ask for Help   Posted: Mon Sep 08, 2008 3:05 pm   Subject: Remove Line contains Var
@Hasso: I agree. Besides, variables named as numbers are used as the script's parameters in ahk.

Here's my small contribution, it being a function, it also returns how many lines where removed:MsgB ...
  Topic: A challenge , solved weekly speed camera info from website
Wouther

Replies: 7
Views: 596

PostForum: Ask for Help   Posted: Fri Jul 11, 2008 4:03 pm   Subject: A challenge , solved weekly speed camera info from website
; BEWARE! Both RegEx and AHK need certain escape sequences!To prevent having to escape and thus easier changable in the future, you can use this: (not tested)
pattern := "\Q" . before . ...
  Topic: INI Library - ultra fast in-memory data mining function set
Wouther

Replies: 50
Views: 12869

PostForum: Scripts & Functions   Posted: Fri Jul 11, 2008 3:48 pm   Subject: INI Library - ultra fast in-memory data mining function set
Hello, I found a bug!
I couldn't save any changes using ini_Save() and took a look at your code.
These are the lines 491 and 492, at the end of the ini_Save() function.
FileDelete, %file%
FileApp ...
  Topic: What Was The First Language You Learned?
Wouther

Replies: 18
Views: 2313

PostForum: General Chat   Posted: Thu Jul 10, 2008 10:10 am   Subject: What Was The First Language You Learned?
if you can call it a code :lol:That certainly is a code. I don't think my very first 'script' is, however... Wink @ echo '22-02-2003' As you can see, Batch was my first language. I was 10 at the ti ...
  Topic: Help with math.
Wouther

Replies: 41
Views: 1601

PostForum: Ask for Help   Posted: Sun Jul 06, 2008 5:31 pm   Subject: Help with math.
You could try removing the 'Sleep, 100' in the loop. Razz I placed it there because when the square spiral got very big (almost my entire screen) and if you set the gap very small, The Gimp (probably al ...
  Topic: Help with math.
Wouther

Replies: 41
Views: 1601

PostForum: Ask for Help   Posted: Sun Jul 06, 2008 1:48 pm   Subject: Help with math.
Though many have already provided solutions, I wanted to contribute something too. It was fun to do. The result is a function that uses math to calculate the coordinates of a point on the square spira ...
  Topic: Graphical Tab's?
Wouther

Replies: 3
Views: 446

PostForum: Ask for Help   Posted: Sun Jul 06, 2008 1:17 pm   Subject: Graphical Tab's?
Ok...I've solved the Problem (With a Lot "GuiControl, Hide/Show, "Control")... SmileI don't know for sure, but I think you can use a tab-control and use some picture controls with g-labels ...
  Topic: using the height/width of current window
Wouther

Replies: 2
Views: 456

PostForum: Ask for Help   Posted: Sun Jul 06, 2008 1:09 pm   Subject: using the height/width of current window
Browse the help file for WinGetActiveStats.
Edit: You can retrieve the position and size of the button with ControlGetPos. Use Window Spy (installed with Autohotkey) to find out what the control's cl ...
  Topic: What's your favorite FREE text editor?
Wouther

Replies: 45
Views: 4417

PostForum: General Chat   Posted: Thu Jul 03, 2008 2:07 pm   Subject: What's your favorite FREE text editor?
My favourite editor (free) is ConTEXT.
1. line numbers at the sideYep
2. when i use { Check
3. hotkey to execute script immediately without double clicking the icon (Ctrl+L)Yes and it can also capt ...
  Topic: Running commands on standby, hibernation and resume events
Wouther

Replies: 23
Views: 12503

PostForum: Scripts & Functions   Posted: Wed Jun 25, 2008 4:11 pm   Subject: Running commands on standby, hibernation and resume events
I changed the path to my own tmp-directory and it works on my computer. I think the WM-part works, but you have to specify a file name instead of a folder for FileAppend.FileAppend, "powerbroadca ...
  Topic: [Solved] Sidebar: Limit the size of maximised windows
Wouther

Replies: 6
Views: 1056

PostForum: Ask for Help   Posted: Sat Jun 21, 2008 12:28 pm   Subject: [Solved] Sidebar: Limit the size of maximised windows
Waoh! Shocked You just made my day, thank you! Razz
 
Page 1 of 6 Goto page 1, 2, 3, 4, 5, 6  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group