| Author |
Message |
Topic: RegEx Question |
bqw371
Replies: 5
Views: 148
|
Forum: Ask for Help Posted: Mon Jan 18, 2010 5:25 am Subject: RegEx Question |
| Thanks! This works very well! |
Topic: RegEx Question |
bqw371
Replies: 5
Views: 148
|
Forum: Ask for Help Posted: Sun Jan 17, 2010 9: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: 148
|
Forum: Ask for Help Posted: Sun Jan 17, 2010 8: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: 148
|
Forum: Ask for Help Posted: Sun Jan 17, 2010 8: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: 65
|
Forum: Ask for Help Posted: Fri Jan 15, 2010 7: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: 65
|
Forum: Ask for Help Posted: Fri Jan 15, 2010 6: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: 511
|
Forum: Ask for Help Posted: Wed Aug 12, 2009 2: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: 259
|
Forum: Ask for Help Posted: Mon Aug 03, 2009 6: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: 208
|
Forum: Ask for Help Posted: Sat Aug 01, 2009 7: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: 10
Views: 3840
|
Forum: Scripts & Functions Posted: Mon Jul 27, 2009 12:59 am 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: 10
Views: 3840
|
Forum: Scripts & Functions Posted: Thu Jul 23, 2009 10: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: 203
|
Forum: Ask for Help Posted: Fri Jun 05, 2009 6: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: 233
|
Forum: Ask for Help Posted: Thu May 21, 2009 8: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 ... |
Topic: AHK scripter (not the basic one) |
bqw371
Replies: 5
Views: 622
|
Forum: Ask for Help Posted: Thu May 07, 2009 8:34 am Subject: AHK scripter (not the basic one) |
There are editors with the intellisense feature for AHK code already. I recommend SciTE, very useful at making things easier to read.
http://www.autohotkey.com/forum/topic41503.html |
Topic: Run Script on Program Load |
bqw371
Replies: 10
Views: 935
|
Forum: Ask for Help Posted: Thu May 07, 2009 8:16 am Subject: Run Script on Program Load |
Also, I have been looking for an Intellisense editor for AHK (more or less a copy of the VBA editor in M-Office). Does anyone have a recommendation?
Is this what you are looking for?
http://www.au ... |
| |