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 13 matches
AutoHotkey Community Forum Index
Author Message
  Topic: AutoHotkey_L: Arrays, Debugger, x64, COM, #If expression ...
senseful

Replies: 1035
Views: 177328

PostForum: Scripts & Functions   Posted: Mon Mar 29, 2010 8:35 pm   Subject: AutoHotkey_L: Arrays, Debugger, x64, COM, #If expression ...
Thanks, it works.

I'm guessing the only way to get the call to work for both AutoHotkey and AutoHotkey_L then, would be to use an IF statement and examine the A_IsUnicode variable to determine whic ...
  Topic: AutoHotkey_L: Arrays, Debugger, x64, COM, #If expression ...
senseful

Replies: 1035
Views: 177328

PostForum: Scripts & Functions   Posted: Mon Mar 29, 2010 8:01 pm   Subject: AutoHotkey_L: Arrays, Debugger, x64, COM, #If expression ...
The code for getting a path of an explorer window as shown in [url=http://www.autohotkey.com/forum/topic10273.html]this post works perfectly in AutoHotkey.exe but fails to run correctly in AutoHotkey_ ...
  Topic: #define C style macros
senseful

Replies: 1
Views: 501

PostForum: Wish List   Posted: Thu Mar 11, 2010 5:19 am   Subject: #define C style macros


Is there any place to request new features?

More specifically, I would like to see #define Assert(CONDITION) AssertFn(CONDITION, #CONDITION, A_LineNumber)

; ...

AssertFn&# ...
  Topic: Half-QWERTY: One-handed Typing
senseful

Replies: 159
Views: 73636

PostForum: Scripts & Functions   Posted: Thu Mar 04, 2010 5:22 am   Subject: Half-QWERTY: One-handed Typing
I would still like to be able to write one-handedly without having to press modifiers.

I still think it would be easy using dictionaries, like cell phones do (the good old T9 thingy).

Adding dic ...
  Topic: macro to mouse click somewhere at an specific time
senseful

Replies: 10
Views: 1628

PostForum: Ask for Help   Posted: Mon Mar 01, 2010 12:43 am   Subject: Re: macro to mouse click somewhere at an specific time
it's important that I'm able to specify the exact clock time, and not do a "X amount of seconds later" kind of script

It's pretty inefficient to do it with sleep. The best way would be to ...
  Topic: Loop not working correctly
senseful

Replies: 5
Views: 322

PostForum: Ask for Help   Posted: Mon Mar 01, 2010 12:30 am   Subject: Loop not working correctly
You can't use winwait with an indefinite time. Otherwise it will wait for it indefinitely.

Here's some psuedo code that should push you in the right direction:

loop
if PharmNet is active
...
  Topic: Is there any way to deallocate a global variable?
senseful

Replies: 3
Views: 375

PostForum: Ask for Help   Posted: Mon Mar 01, 2010 12:17 am   Subject: Is there any way to deallocate a global variable?
Thanks for trying to help, however, this has the same exact problem where the variable is still present in the list of global variables.

If you add:
ListVars
Pause

You will see that the variab ...
  Topic: Is there any way to deallocate a global variable?
senseful

Replies: 3
Views: 375

PostForum: Ask for Help   Posted: Sun Feb 28, 2010 11:39 pm   Subject: Is there any way to deallocate a global variable?
For example, I'm using a global variable array. When I am done storing items, I no longer want them to exist in the global namespace. Currently I am freeing their data with the following code:

VarS ...
  Topic: Show Tray Icon Menu Event
senseful

Replies: 2
Views: 332

PostForum: Ask for Help   Posted: Sun Feb 28, 2010 11:35 pm   Subject: Show Tray Icon Menu Event
Thanks for the help, however the problem is that I don't know if the item should be checked or not. It launches some program and if the program fails (i.e. it quit) I don't want a checkmark next to th ...
  Topic: Show Tray Icon Menu Event
senseful

Replies: 2
Views: 332

PostForum: Ask for Help   Posted: Sun Feb 28, 2010 6:37 am   Subject: Show Tray Icon Menu Event
Is there any way to setup an event that will be run after the user right-clicks the tray icon but before the menu appears?

I'm looking for a way to be able to update the menu items before the user ...
  Topic: GDI+ standard library 1.45 by tic
senseful

Replies: 918
Views: 139911

PostForum: Scripts & Functions   Posted: Mon Feb 08, 2010 5:49 am   Subject: GDI+ standard library 1.45 by tic
Thanks for the script, it's very useful.

While you did provide useful examples, you neglected to include some of the most important ones. I'm talking about examples for users of your old script ; C ...
  Topic: Unmasking a password field
senseful

Replies: 4
Views: 886

PostForum: Ask for Help   Posted: Thu Dec 03, 2009 5:21 am   Subject: Unmasking a password field
the concept is memory read the string, decrypt the string and output it
those kind of 3rd party program works on very specific program and version (if the software changes memory location or encrypti ...
  Topic: Unmasking a password field
senseful

Replies: 4
Views: 886

PostForum: Ask for Help   Posted: Thu Dec 03, 2009 4:00 am   Subject: Unmasking a password field
I'm trying to get the text of a password control in windows. It has a character such as "*" in place of actual characters. Is there any way to get it's text or at least unmask it with AutoHo ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group