| Author |
Message |
Topic: Easy way to convert environmental variables? |
pajenn
Replies: 3
Views: 116
|
Forum: Ask for Help Posted: Sun Jun 05, 2011 1:53 pm Subject: Easy way to convert environmental variables? |
try:
Transform, folders, Deref, %folders%
Thank you - that was exactly what I needed. |
Topic: Easy way to convert environmental variables? |
pajenn
Replies: 3
Views: 116
|
Forum: Ask for Help Posted: Sat Jun 04, 2011 6:14 pm Subject: Easy way to convert environmental variables? |
Here's part of a file (regshot.ini) used by a program I sometimes run:
Is there an easy way to make AHK read those paths from an ini-file and convert the included environmental variables into t ... |
Topic: [CLASS] SQLiteDB (AHK 1.1) |
pajenn
Replies: 16
Views: 1677
|
Forum: Scripts & Functions Posted: Tue May 31, 2011 5:46 am Subject: [CLASS] SQLiteDB (AHK 1.1) |
| thanks. i need to work with SQLite databases (albeit in visual basic), but i look forward to testing your script on them. |
Topic: AbbyyScreenshot Reader |
pajenn
Replies: 2
Views: 358
|
Forum: Ask for Help Posted: Sun May 29, 2011 1:03 pm Subject: AbbyyScreenshot Reader |
Old thread I know but I just came across it while looking if anyone had written an OCR versions of ControlGet or ControlGetText.
Anyway, when ABBYY Screenshot Reader (v9 or v10) is out of the tray ... |
Topic: Java Access Bridge, or how to let AHK access more controls? |
pajenn
Replies: 1
Views: 299
|
Forum: Ask for Help Posted: Tue May 24, 2011 6:56 pm Subject: Java Access Bridge, or how to let AHK access more controls? |
| I was trying to apply AHK to a 3rd party GUI (About Java Access Bridge: ScreenScraper installs this free Java library to access more controls. I'm wondering if it was responsible for making the contro ... |
Topic: VLC Media Player - super light media player |
pajenn
Replies: 10
Views: 2135
|
Forum: Utilities & Resources Posted: Thu Apr 07, 2011 8:35 pm Subject: VLC Media Player - super light media player |
I like that VLC can play ISO movies unlike a lot of other players, plus it's better at streaming certain internet video broadcasts that I watch than other alternatives I've tried (MPC and WMP).
Th ... |
Topic: uTorrent :: WM_COMMAND > wParam values for Menu items |
pajenn
Replies: 18
Views: 3002
|
Forum: Scripts & Functions Posted: Mon Mar 07, 2011 10:19 pm Subject: uTorrent :: WM_COMMAND > wParam values for Menu items |
| hey SKAN, is there an easy way to make this function work in the unicode version of ahk? (64-bit) |
Topic: 7plus - Improve Explorer/Win, Launcher, Automation [AHK_L] |
pajenn
Replies: 128
Views: 15610
|
Forum: Scripts & Functions Posted: Thu Mar 03, 2011 12:58 pm Subject: 7plus - Improve Explorer/Win, Launcher, Automation [AHK_L] |
thanks for your hard work on 7plus fragman.
two suggestions for the volume changing with mouse wheel function: (1) please add a tool tip to it that shows you the volume level as you adjust it, and ... |
Topic: NDFF: NTFS Direct File Find |
pajenn
Replies: 48
Views: 8671
|
Forum: Utilities & Resources Posted: Thu Feb 03, 2011 11:25 pm Subject: NDFF: NTFS Direct File Find |
| Any good metadata search tools? In particular, I'd like to be able to find all files with certain words in the 'Company' or 'Description' fields. For example, if I uninstall all Adobe products I'd lik ... |
Topic: How to select item from context menu with COM/AHK_L unicode? |
pajenn
Replies: 2
Views: 238
|
Forum: Ask for Help Posted: Thu Feb 03, 2011 5:23 am Subject: How to select item from context menu with COM/AHK_L unicode? |
thank you a4u. the functions works great again.
ShellMainMenu(sPath,sVerb,sFile="") {
psf := ComObjCreate("Shell.Application").NameSpace(sPath) ... |
Topic: [WinServ] Start, Stop or Query a windows service (WinAPI) |
pajenn
Replies: 16
Views: 8230
|
Forum: Scripts & Functions Posted: Wed Feb 02, 2011 7:00 pm Subject: Re: AutoHotKey 64-bit version |
thanks for the update. works for me on a 32-bit system as well after the original script stopped working after I switched to the unicode version of AHK.
Thanks a lot for the code which I found very ... |
Topic: Acc Library [AHK_L - Sean's ComUtils] (updated 11-27-2011) |
pajenn
Replies: 30
Views: 3896
|
Forum: Scripts & Functions Posted: Wed Feb 02, 2011 12:45 pm Subject: Acc Library [AHK_L - Sean's ComUtils] (updated 11-27-2011) |
The Acc library in the linked zip file is missing a lot of functions ...You're a couple steps behind. AHK_L has object support, so the following are essentially the same:; AHK Basic:
acc_Name( ... |
Topic: How to select item from context menu with COM/AHK_L unicode? |
pajenn
Replies: 2
Views: 238
|
Forum: Ask for Help Posted: Wed Feb 02, 2011 12:39 pm Subject: How to select item from context menu with COM/AHK_L unicode? |
Here's an sPath:= "C:\" ; Folder Path
sVerb:= "&Open" ; specify exact one shown in the main-menu.
COM_Init()
psh := COM_CreateObject(&quo ... |
Topic: Acc Library [AHK_L - Sean's ComUtils] (updated 11-27-2011) |
pajenn
Replies: 30
Views: 3896
|
Forum: Scripts & Functions Posted: Mon Jan 31, 2011 11:26 am Subject: Re: Sean's ComUtils - Official Release |
Sean has written a series of Libraries to be used with the Native COM support of AutoHotkey_L called (Acc,Atl,Query).
The Acc library in the linked zip file is missing a lot of functions that were ... |
Topic: help making script unicode compatible |
pajenn
Replies: 4
Views: 229
|
Forum: Ask for Help Posted: Tue Jan 25, 2011 10:45 pm Subject: help making script unicode compatible |
Please use
Thank you. That seems to work. |
| |