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 349 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Bug with ControlGet and application using windowsforms?
pajenn

Replies: 9
Views: 1537

PostForum: Wish List   Posted: Sat Feb 27, 2010 1:48 pm   Subject: Bug with ControlGet and application using windowsforms?
I seem to be having the same issue with AHK v1.0.48.05.

Here's the app with WindowsForms: http://www.say-now.com/

I want to toggle the microphone on/off with a custom hotkey. Code:


#g ...
  Topic: Autohotkey with preffered edition Dragon Naturally speaking
pajenn

Replies: 33
Views: 7794

PostForum: Scripts & Functions   Posted: Mon Feb 22, 2010 8:51 pm   Subject: Autohotkey with preffered edition Dragon Naturally speaking
Well, I once heard MS's speech recognition engine is supposed to be as good as Dragon's. It's the front end that's the bugbear. I don't understand why it hasn't been further developed so far.

He ...
  Topic: text-to-speech voice: vista's Anna for win XP
pajenn

Replies: 13
Views: 1623

PostForum: Utilities & Resources   Posted: Sun Feb 21, 2010 4:26 pm   Subject: text-to-speech voice: vista's Anna for win XP
Anna's a bit choppy on my laptop as well. Microsoft Mary isn't bad, although some of the commercial voices sound better (less computerized) e.g. NeoSpeech Kate.
  Topic: Autohotkey with preffered edition Dragon Naturally speaking
pajenn

Replies: 33
Views: 7794

PostForum: Scripts & Functions   Posted: Sun Feb 21, 2010 4:16 pm   Subject: Autohotkey with preffered edition Dragon Naturally speaking
I switched to [url=http://www.e-speaking.com/]e-Speaking (aka [url=http://www.say-now.com/]Say-Now) Voice Recognition Software. It's supposed to be worse than Dragon NaturallySpeaking 10 Pro, but for ...
  Topic: USB Safely Remove - it's handy
pajenn

Replies: 15
Views: 4307

PostForum: Utilities & Resources   Posted: Tue Nov 03, 2009 6:44 pm   Subject: USB Safely Remove - it's handy
Trying USB Safely Remove - interesting application, but not sure that is need to safely remove USB drives on Win XP or Vista Confused

I semi-accidentally pulled my mp3-player out of a USB port despite t ...
  Topic: Copying a file and renaming it with a prefix in a new folder
pajenn

Replies: 3
Views: 265

PostForum: Ask for Help   Posted: Sun Nov 01, 2009 3:09 pm   Subject: Copying a file and renaming it with a prefix in a new folder
wow thank you.. you did all the work for me. it works like a champ.

only problem is I don't understand the code. Sad.. % % are always variables right? Why does StringRight, Var, Var, 2 add another ...
  Topic: Grab text from console
pajenn

Replies: 6
Views: 208

PostForum: Ask for Help   Posted: Sat Oct 31, 2009 9:41 pm   Subject: Grab text from console
I use ;Requires Sean's COM Standard Library: http://www.autohotkey.com/forum/topic22923.html
;Requires Skesoft's Text Capture Library: http://www.skesoft.com/
;Hotkey: Win+T
;Ac ...
  Topic: Do you plan to install/upgrade to Windows 7?
pajenn

Replies: 12
Views: 691

PostForum: General Chat   Posted: Sat Oct 31, 2009 6:24 pm   Subject: Do you plan to install/upgrade to Windows 7?
I would have chosen "I will only upgrade if I have to" or "I'll try to hold out until Windows 8 (or whatever the next one is called) comes out" if those had been options in the pol ...
  Topic: converting reg into ahk
pajenn

Replies: 20
Views: 1988

PostForum: Ask for Help   Posted: Thu Oct 29, 2009 9:05 pm   Subject: converting reg into ahk
I rewrote the earlier script a while back, but didn't post it because of several issues I wasn't sure about:

1. AHK supports REG_SZ, REG_EXPAND_SZ, REG_MULTI_SZ, REG_DWORD, or REG_BINARY value type ...
  Topic: Did I damage my RAM using ahk ?
pajenn

Replies: 7
Views: 711

PostForum: General Chat   Posted: Wed Oct 28, 2009 4:20 pm   Subject: Did I damage my RAM using ahk ?
thanks but you need a special mainboard that supports some special things to use all the 4 GB RAM under 32bit, and mine doesn't support that.
and I don't wanna mess around with RAM anymore after this ...
  Topic: Detect if empty space or file/folder was double clicked
pajenn

Replies: 11
Views: 563

PostForum: Ask for Help   Posted: Wed Oct 28, 2009 3:46 pm   Subject: Detect if empty space or file/folder was double clicked
OK, now I understand. Here's what I would use in XP:

GroupAdd, Explore, ahk_class CabinetWClass
GroupAdd, Explore, ahk_class ExploreWClass
WaitTime := DllCall("GetDoubleClickTime&quo ...
  Topic: Detect if empty space or file/folder was double clicked
pajenn

Replies: 11
Views: 563

PostForum: Ask for Help   Posted: Wed Oct 28, 2009 1:36 pm   Subject: Detect if empty space or file/folder was double clicked
I'm using XP so not sure if this applies to Vista/Win7, but in my experience ^c is a slow and unreliable method to grab file paths. Why not forgo the clipboard altogether, and instead use vista/win7 e ...
  Topic: Did I damage my RAM using ahk ?
pajenn

Replies: 7
Views: 711

PostForum: General Chat   Posted: Tue Oct 27, 2009 12:41 pm   Subject: Did I damage my RAM using ahk ?
btw I'm using Vista 32bit, got 4 GB DDR3 RAM (2 GB + 2 GB dual channel, 3068 MB because vista 32bit restrictoin) if that matters..

if you are not doing anything else with the spare Gig, let [url=ht ...
  Topic: AHK Regex SandBox
pajenn

Replies: 27
Views: 5095

PostForum: Scripts & Functions   Posted: Tue Oct 27, 2009 12:18 pm   Subject: AHK Regex SandBox
I love the script, but it fails when I use the `a option. For example,

list =
(
AutoHotkey.exe
Lib
REGS
SciTE
XDebugClient
AU3_Spy.exe
AutoHotkey Website
AutoHotkey.chm
)

myVa ...
  Topic: [VxE]'s Home Thread [Scriptlets & Functions]
pajenn

Replies: 26
Views: 11843

PostForum: Scripts & Functions   Posted: Tue Oct 20, 2009 9:29 am   Subject: [VxE]'s Home Thread [Scriptlets & Functions]
"]Yes, I know that error. I still get it occasionally too. I don't know exactly why it happens, but when I added the "Sleep 50" between the

Didn't work.

By the way, have you consider ...
 
Page 1 of 24 Goto page 1, 2, 3 ... 22, 23, 24  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group