| Author |
Message |
Topic: How can I select "show original" in Gmail? |
scottmattes
Replies: 11
Views: 135
|
Forum: Ask for Help Posted: Tue Aug 19, 2008 1:16 pm Subject: How can I select "show original" in Gmail? |
| You would use a file with a screen capture of the button, not the URL. |
Topic: Screen Capture with Transparent Windows and Mouse Cursor |
scottmattes
Replies: 58
Views: 12992
|
Forum: Scripts & Functions Posted: Mon Aug 18, 2008 8:28 pm Subject: a small problem with capturescreen, errors not being raised |
Not everyone will run into this problem, but since I was using the script from Rhys for gdi32 drawing on the desktop I did.
If the xy points are not top left to bottom right no file is made and no ... |
Topic: easy hotkey setup |
scottmattes
Replies: 3
Views: 650
|
Forum: Utilities & Resources Posted: Thu Aug 14, 2008 10:35 pm Subject: easy hotkey setup |
| http://www.downloadsquad.com/2008/08/14/qliner-makes-hotkeys-drag-and-drop-easy/ |
Topic: Screen Capture with Transparent Windows and Mouse Cursor |
scottmattes
Replies: 58
Views: 12992
|
Forum: Scripts & Functions Posted: Mon Aug 11, 2008 7:16 pm Subject: Screen Capture with Transparent Windows and Mouse Cursor |
Edit: nothing like posting to help you finally find an example that answers your question. Test number 4 works if I remove the " and % from around the variable.
I am trying to use ScreenCaptur ... |
Topic: Imagesearch script |
scottmattes
Replies: 5
Views: 146
|
Forum: Ask for Help Posted: Fri Aug 08, 2008 9:35 pm Subject: Imagesearch script |
engunneer,
thank you, that example worked for me.
but, i didn't notice your file link, so i started modifying your example to create the bmp on the fly. i did eventually notice your link and d ... |
Topic: Check space in variable - How |
scottmattes
Replies: 4
Views: 77
|
Forum: Ask for Help Posted: Fri Aug 08, 2008 8:16 pm Subject: Check space in variable - How |
this works
tkn = " "
Ifinstring, tkn, %a_Space%
MsgBox Space is in tkn
else
MsgBox Tkn = %tkn% |
Topic: Imagesearch script |
scottmattes
Replies: 5
Views: 146
|
Forum: Ask for Help Posted: Fri Aug 08, 2008 5:49 pm Subject: Imagesearch script |
I had a thought for making a web app testing script for my work, it seemed so simple.
But, I have not been able to get imagesearch to work yet (after searching I see that I am not the only one to e ... |
Topic: notepad++ help |
scottmattes
Replies: 2
Views: 54
|
Forum: Ask for Help Posted: Thu Aug 07, 2008 7:18 pm Subject: notepad++ help |
You should see
And, search for 'the correct way', unless you want to learn more about AutoHotKey.  |
Topic: Need a way to get the position for a backslash in a string |
scottmattes
Replies: 3
Views: 65
|
Forum: Ask for Help Posted: Wed Aug 06, 2008 4:55 pm Subject: Need a way to get the position for a backslash in a string |
SplitPath
--------------------------------------------------------------------------------
Separates a file name or URL into its name, directory, extension, and drive.
SplitPath, InputVar [, ... |
Topic: Notepad++ |
scottmattes
Replies: 10
Views: 684
|
Forum: Scripts & Functions Posted: Wed Aug 06, 2008 3:31 pm Subject: Notepad++ |
| To remove a Run menu item you do Settings / Shortcut Mapper, right click on the one you want to work with and choose either Modify or Delete. |
Topic: Notepad++ |
scottmattes
Replies: 10
Views: 684
|
Forum: Scripts & Functions Posted: Wed Aug 06, 2008 1:46 pm Subject: Notepad++ |
The correct way (the way provided by NPP) is
F5
type in your command (like "$(FULL_CURRENT_PATH)")
then click the Save... button
give the command a name (like Run this AHK script)
c ... |
Topic: Key combo in Help to move to the description area |
scottmattes
Replies: 2
Views: 114
|
Forum: Wish List Posted: Fri Aug 01, 2008 2:32 pm Subject: Key combo in Help to move to the description area |
Ah, I see. It just doesn't look like other MS products.
Thank you. |
Topic: add delimeter when string not found |
scottmattes
Replies: 13
Views: 267
|
Forum: Ask for Help Posted: Thu Jul 31, 2008 4:38 pm Subject: add delimeter when string not found |
from the ifinstring help entry
Example
Haystack = abcdefghijklmnopqrs
Needle = abc
IfInString, Haystack, %Needle%
{
MsgBox, The string was found.
return
}
else
Sleep, 1
|
Topic: Key combo in Help to move to the description area |
scottmattes
Replies: 2
Views: 114
|
Forum: Wish List Posted: Thu Jul 31, 2008 4:26 pm Subject: Key combo in Help to move to the description area |
I see from the code in "Context Sensitive Help in Any Editor -- by Rajat" that there is a key combo already built into the help to move you to the input on the left of the screen.
What I ... |
Topic: Get full path of an active window |
scottmattes
Replies: 1
Views: 87
|
Forum: Ask for Help Posted: Wed Jul 30, 2008 3:55 pm Subject: Re: Get full path of an active window |
Hi, is it possible to get the full path of an open notepad document? I would need to know where its located.
I had this problem with another program that doesn't display the full filename in the wi ... |
| |