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 291 matches
AutoHotkey Community Forum Index
Author Message
  Topic: GoogleChrome - A Browser Came True ?
heresy

Replies: 57
Views: 6218

PostForum: General Chat   Posted: Thu Sep 04, 2008 8:49 am   Subject: GoogleChrome - A Browser Came True ?
about pages for chrome
about:cache
about:dns
about:memory
about:histograms
about:internets
about:network
about:plugins
about:stats
about:version
and...DO NOT TRY about:%
  Topic: How to detect if a sound was played
heresy

Replies: 5
Views: 1174

PostForum: Ask for Help   Posted: Sun Aug 31, 2008 3:45 pm   Subject: How to detect if a sound was played
as far as i know, there's no neat way to do this unless dealing in the driver level.
here's the trick.

1) capture sound by using #Persistent
Run, Mixmp3.exe -s -50 -ql -mm,,,PID
SetTimer, SizeCh ...
  Topic: [Library] MCI v1.1 - Play/Control media files
heresy

Replies: 65
Views: 16697

PostForum: Scripts & Functions   Posted: Sun Aug 31, 2008 3:30 pm   Subject: [Library] MCI v1.1 - Play/Control media files
MCI_Record() / MCI_StopRecord() prototypes
can record from any audio input device (microphone, steromix, etc)

MCI_Record(){
MCI_SendString("open new Type waveaudio Alias ...
  Topic: Regular Expression Training Thread
heresy

Replies: 23
Views: 2260

PostForum: General Chat   Posted: Sun Aug 31, 2008 12:09 pm   Subject: Regular Expression Training Thread
@ Krogdor
hey you've provoked the regex genius Laughing

@ Titan
i know that you're the person who can obtain all the hall of fame for regex stuff
but i was talking about the url header whether http ...
  Topic: [Library] MCI v1.1 - Play/Control media files
heresy

Replies: 65
Views: 16697

PostForum: Scripts & Functions   Posted: Sun Aug 31, 2008 12:02 pm   Subject: [Library] MCI v1.1 - Play/Control media files
wow what a coincidence!
i was reading exactly same part of msdn to accomplish native ahk sound recording function and i was even the first reader of this thread!
seems you've wrapped the entire MCI ...
  Topic: Aliasing
heresy

Replies: 1
Views: 1414

PostForum: Wish List   Posted: Sun Aug 31, 2008 8:52 am   Subject: Aliasing
pseudo code
#Alias RegExMatch() RE_M ;built-in function
#Alias WinMenuSelectItem SelectMenu ;bulit-in command
#Alias A_DetectHiddenWindows A_DHW ;built-in variable

RE_M(Haystack, &qu ...
  Topic: Control Spy - A Microsoft Tool [GUI]
heresy

Replies: 3
Views: 1811

PostForum: Utilities & Resources   Posted: Sun Aug 31, 2008 8:01 am   Subject: Control Spy - A Microsoft Tool [GUI]
absolutely recommended.
what a five stars tool. it's my another favorite side-tool for ahk like Winspector
thanks BoBo
  Topic: SB() - Functions for Scrollbar
heresy

Replies: 4
Views: 4752

PostForum: Scripts & Functions   Posted: Sun Aug 31, 2008 7:56 am   Subject: SB() - Functions for Scrollbar
put SB.ahk in the AutoHotkey/Lib directory or #include where the file is located.
  Topic: GuiControl,,Prog,Range0-10 does not update range
heresy

Replies: 3
Views: 983

PostForum: Ask for Help   Posted: Sun Aug 31, 2008 6:21 am   Subject: GuiControl,,Prog,Range0-10 does not update range
i've been faced same confusion before. i think it's breaking the consistence
  Topic: Regular Expression Training Thread
heresy

Replies: 23
Views: 2260

PostForum: General Chat   Posted: Sun Aug 31, 2008 6:16 am   Subject: Regular Expression Training Thread
Can I ask why you put unnecessary quote tags around your message like Skan often does? On my screen it makes text hard to read, so I only went by the code examples as a guideline.

i was trying to h ...
  Topic: Need to freeze mouse movment using hotkey. $25.00+ Reward
heresy

Replies: 15
Views: 1922

PostForum: Ask for Help   Posted: Sun Aug 31, 2008 6:11 am   Subject: Need to freeze mouse movment using hotkey. $25.00+ Reward
strange..
anyways it'll be working

BlockInput, MouseMove
Return

~LCTRL::
if !Toggle
{
BlockInput, MouseMoveOff
KeyWait, LCTRL
BlockInput, MouseMove
}
else ...
  Topic: Regular Expression Training Thread
heresy

Replies: 23
Views: 2260

PostForum: General Chat   Posted: Sat Aug 30, 2008 12:02 pm   Subject: Regular Expression Training Thread
yeah that's a valid attempt though you've used regex twice. so your count will be 39. good luck

(^\w+ \w+|-\d+-\d+$)
(198[7-9]|199[0-2])
  Topic: Regular Expression Training Thread
heresy

Replies: 23
Views: 2260

PostForum: General Chat   Posted: Sat Aug 30, 2008 11:49 am   Subject: Regular Expression Training Thread
hi serenity.

Rule 1) You must solve it by using Regex.

IF statement is allowed but you've solved it through IF Between rather than Regex.
year of birth Validation also need to be proceed throu ...
  Topic: Regular Expression Training Thread
heresy

Replies: 23
Views: 2260

PostForum: General Chat   Posted: Sat Aug 30, 2008 11:17 am   Subject: Regular Expression Training Thread
reserved
  Topic: Regular Expression Training Thread
heresy

Replies: 23
Views: 2260

PostForum: General Chat   Posted: Sat Aug 30, 2008 11:16 am   Subject: Regular Expression Training Thread
Objective : Challenge and improve your Regex skill.

shortest pattern will be present as reference in second post of this thread.
since it's mainly focused on training than challenging. courses wil ...
 
Page 1 of 20 Goto page 1, 2, 3 ... 18, 19, 20  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group