| Author |
Message |
Topic: MouseOver TrayIcon, triggering an event |
Tasman
Replies: 13
Views: 7944
|
Forum: Scripts & Functions Posted: Thu Sep 07, 2006 5:12 pm Subject: Other possibilities |
Just to expand a little on how it could be used.
First of all by changing the line "iconstr = 2 pifmgr.dll" any other tray icon can be selected.
Also by making additions to the lower l ... |
Topic: MouseOver TrayIcon, triggering an event |
Tasman
Replies: 13
Views: 7944
|
Forum: Scripts & Functions Posted: Mon Sep 04, 2006 4:02 pm Subject: IconViewer |
In order to get the icon number from a file you can use BeardBoy's iconviewer.
http://www.autohotkey.com/forum/viewtopic.php?t=5587iconviewer |
Topic: MouseOver TrayIcon, triggering an event |
Tasman
Replies: 13
Views: 7944
|
Forum: Scripts & Functions Posted: Mon Sep 04, 2006 2:43 pm Subject: MouseOver TrayIcon, triggering an event |
This script detects if the mouse is hovering over the given tray icon (in the case below the scripts own icon).
The imagesearch is limited to the tray area and the size of the area sensitive to the m ... |
Topic: Tray replacement for alternative shells |
Tasman
Replies: 3
Views: 1059
|
Forum: Utilities & Resources Posted: Sat Jun 03, 2006 11:09 pm Subject: Tray replacement for alternative shells |
For those of you looking into replacing your shell with your own AHK made shell, you will find the following program handy.
It provides the system-tray functionality normally provided by explorer and ... |
Topic: Shell swapping functions |
Tasman
Replies: 0
Views: 1532
|
Forum: Scripts & Functions Posted: Sat Jun 03, 2006 10:18 pm Subject: Shell swapping functions |
This set of functions facilitates a shell swap, so far tested for win2000 only.
Don't try to use these functions if you do not have administrator rights.
For safety sake I have not included a functi ... |
Topic: Check if connected to the internet or not |
Tasman
Replies: 8
Views: 2096
|
Forum: Scripts & Functions Posted: Tue May 23, 2006 11:27 pm Subject: Check if connected to the internet or not |
Just edited my original post and changed the original code for a cleaned up version.
Mostly unnessessary stuff removed. |
Topic: Host to Ip Address, using Winsock 2.0 dll |
Tasman
Replies: 14
Views: 2090
|
Forum: Scripts & Functions Posted: Tue May 23, 2006 10:48 pm Subject: Host to Ip Address, using Winsock 2.0 dll |
| Just edited the localip post above with cleaned up code. |
Topic: Host to Ip Address, using Winsock 2.0 dll |
Tasman
Replies: 14
Views: 2090
|
Forum: Scripts & Functions Posted: Tue May 23, 2006 10:14 pm Subject: Get local ip numbers |
In my so far unsuccessfull quest for an ip to host script, I (erroneously/accidentally) came up with the following function, it faithfully returns the Ip addresses of the machine you are working on.
... |
Topic: Host to Ip Address, using Winsock 2.0 dll |
Tasman
Replies: 14
Views: 2090
|
Forum: Scripts & Functions Posted: Tue May 23, 2006 9:08 pm Subject: Host to Ip Address, using Winsock 2.0 dll |
| Just in case anybody else out there is looking for info on sockets this is a great resource http://www.sockets.com/ |
Topic: Host to Ip Address, using Winsock 2.0 dll |
Tasman
Replies: 14
Views: 2090
|
Forum: Scripts & Functions Posted: Tue May 23, 2006 8:49 pm Subject: Host to Ip Address, using Winsock 2.0 dll |
The gethost byaddr function needs an IP adrress as a long integer, as far as I can tell the following dllcall should facilitate this conversion.
Netadd := DllCall("Ws2_32\inet_addr", &quo ... |
Topic: Host to Ip Address, using Winsock 2.0 dll |
Tasman
Replies: 14
Views: 2090
|
Forum: Scripts & Functions Posted: Tue May 23, 2006 8:34 pm Subject: Host to Ip Address, using Winsock 2.0 dll |
I just the found post again where virtually all the code came from.
It was a post by darvik http://www.autohotkey.com/forum/topic8871.htmlgethostbyname.
I just made small changes as I ... |
Topic: Check if connected to the internet or not |
Tasman
Replies: 8
Views: 2096
|
Forum: Scripts & Functions Posted: Mon May 22, 2006 5:46 pm Subject: Check if connected to the internet or not |
Hi Goyyah
Just been trying your connection tip.
Doesn't seem to work correctly for me though.
I'm using a pppoe internet connection over the same network card as that handles the LAN.
So I can be ... |
Topic: Check if connected to the internet or not |
Tasman
Replies: 8
Views: 2096
|
Forum: Scripts & Functions Posted: Mon May 22, 2006 3:23 pm Subject: Check if connected to the internet or not |
Dahhh
Just realized why I hadn't spotted it, it was only posted today.
Oops wrong again, there was code posted before by others that showed the way.
Thanks Goyyah.
You wouldn't have an easy wa ... |
Topic: Host to Ip Address, using Winsock 2.0 dll |
Tasman
Replies: 14
Views: 2090
|
Forum: Scripts & Functions Posted: Sat May 20, 2006 10:41 pm Subject: Host to Ip Address, using Winsock 2.0 dll |
I'd love to take full credit for all of it, but I have to admit most of the work was done by others here.
I just put various bits and pieces from everywhere together.
It might have been my first p ... |
Topic: Check if connected to the internet or not |
Tasman
Replies: 8
Views: 2096
|
Forum: Scripts & Functions Posted: Sat May 20, 2006 10:21 pm Subject: Check if connected to the internet or not |
This script, based mostly on code from the Winlirc script, checks to see if an internet connection is available.
What it does is open and close a socket to the test address (ip number), if sucessfull ... |
| |