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 273 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Passing variables into functions
ribbs2521

Replies: 4
Views: 151

PostForum: Ask for Help   Posted: Tue Nov 29, 2011 5:06 pm   Subject: Passing variables into functions
Due to the need to support file-pattern loops, Count cannot be an expression. However, as with all non-expression parameters, an expression can be forcibly used by preceding it with a % and a space. F ...
  Topic: Text editing
ribbs2521

Replies: 6
Views: 134

PostForum: Ask for Help   Posted: Mon Nov 28, 2011 7:13 pm   Subject: Text editing
Oops, fixed it.
  Topic: Possible to fool PC into thinking there are two monitors?
ribbs2521

Replies: 2
Views: 85

PostForum: Ask for Help   Posted: Mon Nov 28, 2011 7:04 pm   Subject: Possible to fool PC into thinking there are two monitors?
I am working on a project which requires two instances of a program to be open. One instance needs to be active so a screenshot can be captured and analyzed while the other is also showing on the scr ...
  Topic: Text editing
ribbs2521

Replies: 6
Views: 134

PostForum: Ask for Help   Posted: Mon Nov 28, 2011 6:57 pm   Subject: Text editing
Here is a quick sample using SubStr and InStr.

;Original String
String := "The quick brown fox (who was really red) jumped over the lazy dog."

;Find index of the open Pare ...
  Topic: Hidden window shows when moved
ribbs2521

Replies: 1
Views: 188

PostForum: Ask for Help   Posted: Wed Feb 09, 2011 7:02 pm   Subject: Hidden window shows when moved
I am sure there is something out there already on this because I swear I read it a while back but I can't find anything so here it goes.

I just wanted a simple tool to be able to drag a maximized w ...
  Topic: [Solved (sort of)] SendMessage to a ListView
ribbs2521

Replies: 7
Views: 532

PostForum: Ask for Help   Posted: Fri Jan 14, 2011 5:57 pm   Subject: [Solved (sort of)] SendMessage to a ListView
I don't think that it is possible to send a value directly to a listview in another GUI and have it entered. What you could do is send the data through a text file

(transmitter writes to text fil ...
  Topic: how to remap a Special Key to Ctrl + Shift
ribbs2521

Replies: 3
Views: 303

PostForum: Ask for Help   Posted: Fri Jan 14, 2011 5:42 pm   Subject: how to remap a Special Key to Ctrl + Shift
I don't have a special key to test this on but when you make combinations like that I believe you would need to do this:

SC1 & F2::ControlShift

sorry I can't be certain but I think t ...
  Topic: Confused on Gdip_GetPixel() return value
ribbs2521

Replies: 2
Views: 130

PostForum: Ask for Help   Posted: Mon Dec 06, 2010 9:42 pm   Subject: Confused on Gdip_GetPixel() return value
What the crap? There must be something wrong with me, I searched and searched and couldn't find anything and here is a post with the exact same problem as me. Guess I didn't have the right terminolo ...
  Topic: Confused on Gdip_GetPixel() return value
ribbs2521

Replies: 2
Views: 130

PostForum: Ask for Help   Posted: Mon Dec 06, 2010 9:29 pm   Subject: Confused on Gdip_GetPixel() return value
I am using the Gdip_GetPixel(pBitmap, x, y) function which should return the ARGB value of the pixel. I am trying to figure out how to decode the return so I can put it into a hex color format.

My ...
  Topic: Clipwait for desired text
ribbs2521

Replies: 3
Views: 308

PostForum: Ask for Help   Posted: Tue Aug 31, 2010 1:25 am   Subject: Clipwait for desired text
I believe clipwait is to wait for anything on the clipboard so you would have to clear it prior to using it. The reason isn't that it isn't working because it actually is.

You could put an if stat ...
  Topic: AutoHotKey_L ADODB "Catch" errors
ribbs2521

Replies: 2
Views: 255

PostForum: Ask for Help   Posted: Thu Aug 26, 2010 11:30 am   Subject: AutoHotKey_L ADODB "Catch" errors
Ahhh, I see, thanks
  Topic: how can i use it in flash or command line -
ribbs2521

Replies: 7
Views: 709

PostForum: Ask for Help   Posted: Thu Aug 26, 2010 11:26 am   Subject: how can i use it in flash or command line -
I would go with what fred said first, that would require that the application be active though so if that is an issue then ControlSend or ControlClick would be a second option where activating the win ...
  Topic: AutoHotKey_L ADODB "Catch" errors
ribbs2521

Replies: 2
Views: 255

PostForum: Ask for Help   Posted: Wed Aug 25, 2010 6:25 pm   Subject: AutoHotKey_L ADODB "Catch" errors
How would one "catch" errors when using AutoHotKey_L?

I use ADODB in my programs and say I write a SQL command that may cause an error, how would I retrieve the actual error that is comin ...
  Topic: How to create a colored Groupbox Border?
ribbs2521

Replies: 8
Views: 785

PostForum: Ask for Help   Posted: Wed Aug 25, 2010 4:51 pm   Subject: How to create a colored Groupbox Border?
I believe the BackgroundTrans option will work for that

Gui, Add, Radio, x10 y50 BackgroundTrans, TEST
  Topic: Move scripts from desktop
ribbs2521

Replies: 4
Views: 503

PostForum: Ask for Help   Posted: Wed Aug 25, 2010 3:59 pm   Subject: Move scripts from desktop
You can put them anywhere you want, there is no required location.
 
Page 1 of 19 Goto page 1, 2, 3 ... 17, 18, 19  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group