| Author |
Message |
Topic: Window Fit = autosize windows to take up holes in desktop |
bqw371
Replies: 7
Views: 1492
|
Forum: Scripts & Functions Posted: Wed Sep 15, 2010 12:52 am Subject: Window Fit = autosize windows to take up holes in desktop |
| I'll let you know how this script works on my 3 monitor setup at work! It looks so useful! |
Topic: Detecting keystrokes in edit control |
bqw371
Replies: 9
Views: 542
|
Forum: Ask for Help Posted: Fri Jun 18, 2010 2:43 am Subject: Detecting keystrokes in edit control |
Also I had trouble using each keystroke as a hotkey. I couldn't figure out a few other little things.
This script sends each keystroke as a hotkey.
http://www.autohotkey.com/docs/scripts/Keyboa ... |
Topic: RegEx Question |
bqw371
Replies: 5
Views: 349
|
Forum: Ask for Help Posted: Mon Jan 18, 2010 4:25 am Subject: RegEx Question |
| Thanks! This works very well! |
Topic: RegEx Question |
bqw371
Replies: 5
Views: 349
|
Forum: Ask for Help Posted: Sun Jan 17, 2010 8:04 pm Subject: RegEx Question |
| So now that "224WayRoad" has become "224 WayRoad" I need to know how to put a space before any Capitalized letter, if there is not already a space in front of said cap letter so th ... |
Topic: RegEx Question |
bqw371
Replies: 5
Views: 349
|
Forum: Ask for Help Posted: Sun Jan 17, 2010 7:57 pm Subject: RegEx Question |
tic,
Thanks works great. How would I most easily replace the incorrect data with this correct data in .csv?
Lname,Fname,info1,info2,address,etc,etc
smith,john,(null),(null),204Way Ln., etc,etc ... |
Topic: RegEx Question |
bqw371
Replies: 5
Views: 349
|
Forum: Ask for Help Posted: Sun Jan 17, 2010 7:27 pm Subject: RegEx Question |
How to seperate and display "224Way Street" as "224 Way Street"?
What i've done only managed to find where 4W touch.
#SingleInstance
fileselectfile, csvfile
fileread,csv, ... |
Topic: Regex assistance with US zip codes |
bqw371
Replies: 2
Views: 225
|
Forum: Ask for Help Posted: Fri Jan 15, 2010 6:19 am Subject: Regex assistance with US zip codes |
jaco0646,
Thank you friend! This will help immensely!!
Works as expected  |
Topic: Regex assistance with US zip codes |
bqw371
Replies: 2
Views: 225
|
Forum: Ask for Help Posted: Fri Jan 15, 2010 5:41 am Subject: Regex assistance with US zip codes |
Hi all. I need assistance creating a regex to remove commas that should not have been entered into number sets (U.S. zip codes).
,11778, - This is a valid zip code within a CSV file.
,1,0566, - ... |
Topic: I need some system stats from you guys, for my script. |
bqw371
Replies: 20
Views: 1022
|
Forum: Ask for Help Posted: Wed Aug 12, 2009 1:58 am Subject: I need some system stats from you guys, for my script. |
Performance Counter Frequency
QPF call returned 1
3579545 hz
0.0000002793651148 sec
System Time Clock Frequency
STA call retrned 1
156250 hundred-nanoseconds
64.0000000000000000 hz
0.0156250 ... |
Topic: ControlClick malfunction |
bqw371
Replies: 11
Views: 488
|
Forum: Ask for Help Posted: Mon Aug 03, 2009 5:50 am Subject: ControlClick malfunction |
Sinkfaze has suggested a possible workaround to your problem in the past.
http://www.autohotkey.com/forum/viewtopic.php?t=44022 |
Topic: Bad English i need your help (From Turkey) |
bqw371
Replies: 4
Views: 386
|
Forum: Ask for Help Posted: Sat Aug 01, 2009 6:06 am Subject: Bad English i need your help (From Turkey) |
sendmode, Play
IfWinActive, ahk_class WindowsForms10.Window.8.app.0.33c0d9d
z::^a
Return |
Topic: A working Skype API client |
bqw371
Replies: 13
Views: 8314
|
Forum: Scripts & Functions Posted: Sun Jul 26, 2009 11:59 pm Subject: A working Skype API client |
@GeeNeeYes
Open skype, run the script, type the below command into the ahk GUI & press enter.
call echo123
echo123 being the username of the SKYPE / Sound Test Service.
Learn more here ... |
Topic: A working Skype API client |
bqw371
Replies: 13
Views: 8314
|
Forum: Scripts & Functions Posted: Thu Jul 23, 2009 9:48 pm Subject: display skype call number and call duration as tooltip |
@jpjpjp
Yes, I have the same issues.
Here's my workaround for the noted problems.
Copy the clip of code below and replace the section in your original .ahk file.
This will display the Skype ... |
Topic: waiting until a step happens before preceeding |
bqw371
Replies: 6
Views: 392
|
Forum: Ask for Help Posted: Fri Jun 05, 2009 5:31 am Subject: waiting until a step happens before preceeding |
WinWait, JOB ahk_class HostExplorer
IfWinNotActive, JOB ahk_class HostExplorer
WinActivate, JOB ahk_class HostExplorer
WinWaitActive, JOB ahk_class HostExplorer
;SLEEP 100
SEND {NUMPADSUB ... |
Topic: Using ControlGetText and adding it to an edit |
bqw371
Replies: 11
Views: 438
|
Forum: Ask for Help Posted: Thu May 21, 2009 7:32 pm Subject: microsoft messenger chat |
Here's an update for you so that you can chat within the same window!
Gui, Add, Text,, PC name to send messenger msg to.
Gui, Add, Edit, vPCName
Gui, Add, Text,, What do you have to say today?
G ... |
| |