| Author |
Message |
Topic: Notepad ++ code support |
SanskritFritz
Replies: 57
Views: 1492
|
Forum: Ask for Help Posted: Tue Jun 09, 2009 12:34 pm Subject: Notepad ++ code support |
| Thank you AEN007 |
Topic: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
SanskritFritz
Replies: 348
Views: 93434
|
Forum: Scripts & Functions Posted: Wed Oct 17, 2007 7:24 am Subject: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
| When I run a "regedit", registry editor is run, but the last entry in the used list is duplicated. any way to change such behavior?This happened to me time to time also, I had no energy to f ... |
Topic: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
SanskritFritz
Replies: 348
Views: 93434
|
Forum: Scripts & Functions Posted: Tue Oct 16, 2007 8:12 am Subject: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
| I would like to beta-test 320mph. I will gladly provide reviews too.Hop over to the [url=http://forums.codenite.com/]320MPH board, and announce yourself. |
Topic: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
SanskritFritz
Replies: 348
Views: 93434
|
Forum: Scripts & Functions Posted: Sun Oct 07, 2007 7:17 pm Subject: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
The OnMessage goes to the beginning of the script, lets say after this line:
SetBatchLines, -1
OnMessage( 6, "WM_ACTIVATE" )
and the WM_ACTIVATE function goes to the very end of t ... |
Topic: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
SanskritFritz
Replies: 348
Views: 93434
|
Forum: Scripts & Functions Posted: Wed Sep 26, 2007 9:29 am Subject: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
| id like to create a button that does shift+enter (open directory of current selected item). which command should i put in the button?Create a new function for the button, where you set a flag to TRUE ... |
Topic: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
SanskritFritz
Replies: 348
Views: 93434
|
Forum: Scripts & Functions Posted: Thu Sep 20, 2007 9:14 am Subject: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
| Ah, right, I forgot, that the bookmark shortcuts are not *.lnk files, but *.url files. |
Topic: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
SanskritFritz
Replies: 348
Views: 93434
|
Forum: Scripts & Functions Posted: Wed Sep 12, 2007 9:01 pm Subject: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
How do I make this scan my web favorites (internet explorer) so I can use it to launch web pages as well?Just remove this part:
;get real file path from shortcut
StringRight, check, RunItem, 4
I ... |
Topic: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
SanskritFritz
Replies: 348
Views: 93434
|
Forum: Scripts & Functions Posted: Mon Sep 03, 2007 9:07 am Subject: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
| how do you remove the shell integration because i wont go away. also where in the code is the shell integration so i can use it for some of my programs. thx :Phttp://www.autohotkey.com/forum/viewtopi ... |
Topic: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
SanskritFritz
Replies: 348
Views: 93434
|
Forum: Scripts & Functions Posted: Tue Aug 28, 2007 7:34 pm Subject: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
| HugoV, thanks for the script! I mentioned it in the very thread you credited in the code, and I found some problems in the early version, no time now to try the new one. I will come back to it later.
... |
Topic: [SOLVED] Tab Caption with SysTabControl321 & TCM_GETITEM |
SanskritFritz
Replies: 3
Views: 2035
|
Forum: Ask for Help Posted: Thu Aug 09, 2007 8:34 am Subject: [SOLVED] Tab Caption with SysTabControl321 & TCM_GETITEM |
| I tried the script with Skrommel's correction, but still, it does not return the captions. What can be wrong? (yes AHK help window is open) |
Topic: Python |
SanskritFritz
Replies: 8
Views: 1337
|
Forum: General Chat Posted: Fri Jul 06, 2007 3:15 pm Subject: Python |
| much less capabilities than what? than ahk or than python?AutoHotkey of course, how could it be less than python itself? |
Topic: Script working when emulator is windowed but not fullscreen. |
SanskritFritz
Replies: 6
Views: 876
|
Forum: Ask for Help Posted: Wed Jul 04, 2007 9:06 pm Subject: Script working when emulator is windowed but not fullscreen. |
You could try
[url=http://www.autohotkey.com/docs/commands/_InstallKeybdHook.htm]#InstallKeybdHook |
Topic: Python |
SanskritFritz
Replies: 8
Views: 1337
|
Forum: General Chat Posted: Wed Jul 04, 2007 9:01 pm Subject: Python |
There is a library for Python, that is similar to AutoHotkey, though with much less capabilities:
http://www.ranorex.com/ |
Topic: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
SanskritFritz
Replies: 348
Views: 93434
|
Forum: Scripts & Functions Posted: Tue Jun 26, 2007 9:51 pm Subject: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
OnMessage( 6, "WM_ACTIVATE" )
...
;; Control the focus of main window. When it lose focus, hide it.
WM_ACTIVATE( wParam, lParam )
{
if ( wParam = 0 ... |
Topic: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
SanskritFritz
Replies: 348
Views: 93434
|
Forum: Scripts & Functions Posted: Mon Jun 25, 2007 9:29 am Subject: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
I also like the idea, and nicely done, unobtrusive and elegant!
Thanks!
One thing: I uncommented the ZZ line, but it looks ugly. Could this be done right after the window was hidden? I will look i ... |
| |