| Author |
Message |
Topic: [WinServ] Start, Stop or Query a windows service (WinAPI) |
Hardeep
Replies: 5
Views: 1697
|
Forum: Scripts & Functions Posted: Wed Sep 12, 2007 7:34 pm Subject: [WinServ] Start, Stop or Query a windows service (WinAPI) |
The only problem is that you use the Progress command unconditionally, just to display some messages. It ruins my larger script which has a global progress bar (do this, start service, do that).
I su ... |
Topic: [module] ScrollBar 1.1 |
Hardeep
Replies: 7
Views: 1383
|
Forum: Scripts & Functions Posted: Thu Aug 16, 2007 11:35 am Subject: [module] ScrollBar 1.1 |
Welcome changes  |
Topic: Invoking directly ContextMenu of Files and Folders |
Hardeep
Replies: 7
Views: 1893
|
Forum: Scripts & Functions Posted: Thu Aug 16, 2007 10:50 am Subject: Invoking directly ContextMenu of Files and Folders |
I love these tricks you do with COM
Thanks |
Topic: [WinServ] Start, Stop or Query a windows service (WinAPI) |
Hardeep
Replies: 5
Views: 1697
|
Forum: Scripts & Functions Posted: Sun Aug 12, 2007 9:00 pm Subject: [WinServ] Start, Stop or Query a windows service (WinAPI) |
Thanks guys! Any feedback is highly appreciated.
Will share some more useful functions soon... |
Topic: Menu Icons v2 (stdlib) |
Hardeep
Replies: 36
Views: 6591
|
Forum: Scripts & Functions Posted: Sun Aug 12, 2007 8:50 pm Subject: Menu Icons v2 (stdlib) |
Thanks for sharing your work. Really nice...  |
Topic: [WinServ] Start, Stop or Query a windows service (WinAPI) |
Hardeep
Replies: 5
Views: 1697
|
Forum: Scripts & Functions Posted: Sat Aug 11, 2007 5:40 pm Subject: [WinServ] Start, Stop or Query a windows service (WinAPI) |
| WinServ function can be used to start, stop or query(running status) a windows service on local or a remote computer. Dialogs provide visual feedback when starting/stopping a service or when an error ... |
Topic: Peeking DragDrop & Clipboard Data |
Hardeep
Replies: 5
Views: 887
|
Forum: Scripts & Functions Posted: Sat Aug 11, 2007 10:20 am Subject: Peeking DragDrop & Clipboard Data |
Very useful Thanks for sharing your work. |
Topic: Get the current path of a Window Explorer |
Hardeep
Replies: 17
Views: 3408
|
Forum: Scripts & Functions Posted: Wed Aug 01, 2007 9:53 am Subject: Get the current path of a Window Explorer |
Hi PhiLho
I'm reviving this thread almost after a year Argh, I was waiting for this question...
I started to code it (it can be useful, eg. when you create a new folder), then dropped it ( ... |
Topic: Can't tell what scripts are running in SysTray |
Hardeep
Replies: 2
Views: 214
|
Forum: Ask for Help Posted: Tue Jul 31, 2007 6:12 pm Subject: Can't tell what scripts are running in SysTray |
You can Change the Tray Icon or ToolTip...see help for Menu, Tray, Icon , FileName, IconNumber, 1
Menu, Tray, Tip, Text |
Topic: Refresh a listview window |
Hardeep
Replies: 3
Views: 263
|
Forum: Ask for Help Posted: Tue Jul 31, 2007 10:18 am Subject: Refresh a listview window |
| You had posted about the same issue earlier but never bothered to check your previous post [url=http://www.autohotkey.com/forum/viewtopic.php?t=21572&start=0&postdays=0&postorder=asc&h ... |
Topic: Need assistance with GuiSize: in a multiple-GUI script . . . |
Hardeep
Replies: 10
Views: 430
|
Forum: Ask for Help Posted: Tue Jul 31, 2007 10:13 am Subject: Need assistance with GuiSize: in a multiple-GUI script . . . |
Hi Marcus
I have followed some of your posts recently. First of all you have got lots of concepts wrong about what AHK can do & not do. I would suggest instead of the time you spend posting her ... |
Topic: Help on text or letter behind cursor |
Hardeep
Replies: 2
Views: 167
|
Forum: Ask for Help Posted: Tue Jul 31, 2007 9:51 am Subject: Help on text or letter behind cursor |
| It's not possible to deal with text of a console window using standard AHK commands. Search for cmdret on this forum |
Topic: failure to write to file |
Hardeep
Replies: 3
Views: 227
|
Forum: Ask for Help Posted: Mon Jul 30, 2007 8:22 pm Subject: failure to write to file |
@Chessking Your code works fine. You might wanna try using ping.exe or even the complete path to exe just to make sure you're running the right executable  |
Topic: %comspec% - question |
Hardeep
Replies: 8
Views: 243
|
Forum: Ask for Help Posted: Mon Jul 30, 2007 7:41 pm Subject: %comspec% - question |
GOOGLE
http://www.robvanderwoude.com/command.html |
Topic: press button - start loop until I press the same button ag |
Hardeep
Replies: 9
Views: 625
|
Forum: Ask for Help Posted: Mon Jul 30, 2007 7:37 pm Subject: press button - start loop until I press the same button ag |
#MaxThreadsPerHotkey 2
^Space::
PressKey := ! PressKey ;Toggle PressKey True/False
Loop
{ If ! PressKey
Break ;If PressKey is False, stop pressing key
Send {F2}
... |
| |