| Author |
Message |
Topic: How do I open the "Microsoft Windows Network" icon |
quatermass
Replies: 4
Views: 82
|
Forum: Ask for Help Posted: Thu Sep 04, 2008 1:46 pm Subject: How do I open the "Microsoft Windows Network" icon |
Once you can accomplish that, what's your final target?
Assumption:
No, just to open this window and allow the user to choose which domain they wish to examine.
I know how to do network driv ... |
Topic: How do I open the "Microsoft Windows Network" icon |
quatermass
Replies: 4
Views: 82
|
Forum: Ask for Help Posted: Thu Sep 04, 2008 12:32 pm Subject: How do I open the "Microsoft Windows Network" icon |
!y::Run, rundll32.exe shell32.dll`,Control_RunDLL ncpa.cpl ; press ALT+y to execute that commandNot tested.
That opens 'Network Connections'.  |
Topic: How do I open the "Microsoft Windows Network" icon |
quatermass
Replies: 4
Views: 82
|
Forum: Ask for Help Posted: Thu Sep 04, 2008 11:54 am Subject: How do I open the "Microsoft Windows Network" icon |
I want AHK to open the "Microsoft Windows Network" Icon on a LAN on a XP PC.
ie under My Network Places >Entire Network > Microsoft Windows Network
These are special icons, a bi ... |
Topic: SysMon |
quatermass
Replies: 29
Views: 2834
|
Forum: Scripts & Functions Posted: Wed Aug 27, 2008 5:30 pm Subject: SysMon |
The trouble with this script is that it screws up if you've got more than 2 drives to monitor. The 3rd drive line writes over the bottom outer wrapping line.
Also some of us use ProcessExp instead ... |
Topic: Global IP ? |
quatermass
Replies: 22
Views: 1507
|
Forum: Ask for Help Posted: Wed Aug 27, 2008 5:26 pm Subject: Global IP ? |
This might be useful:file = %A_Temp%\cmd-%A_Now%.txt
RunWait, %ComSpec% /c tracert www.google.com -h 3 > %file%, , Hide
FileRead, trace, %file%
RegExMatch(trace, "\n\s*3.*\[( ... |
Topic: Compile option disappeared |
quatermass
Replies: 3
Views: 77
|
Forum: Ask for Help Posted: Thu Aug 14, 2008 2:03 pm Subject: Compile option disappeared |
Thanks Serenity for that Gem,
I discovered that File Explorer was having a brain storm.
After a reboot it worked fine.
Odd that though, I killed explorer and restarted it and it still didn' ... |
Topic: Compile option disappeared |
quatermass
Replies: 3
Views: 77
|
Forum: Ask for Help Posted: Wed Aug 13, 2008 10:08 am Subject: Compile option disappeared |
I've been running AHK for quite some time now.
Today, I noticed that the Compile Script and Edit script options has vanished from the top of my File Explorer context menu.
Has anyone the registr ... |
Topic: Notepad++ 5.0 autocomplete |
quatermass
Replies: 18
Views: 1683
|
Forum: Scripts & Functions Posted: Mon Aug 11, 2008 4:03 pm Subject: Notepad++ 5.0 autocomplete |
I've tried placing AHK Autohotkey.xml inside
C:\Documents and Settings\meaccount\Application Data\Notepad++
and as C:\Program Files\Notepad++\UserDefineLang.xml
but still no highlighting w ... |
Topic: AutoHotKey Wallpaper |
quatermass
Replies: 12
Views: 3207
|
Forum: General Chat Posted: Mon Aug 11, 2008 3:32 pm Subject: AutoHotKey Wallpaper |
TIP: put the image into greyscale.
If you can still read it clearly then it's got a good contrast..
Another DTP tip is to turn an image 180degs and see if it still looks balanced.
 |
Topic: Slave-- hotkey macro |
quatermass
Replies: 43
Views: 11644
|
Forum: Scripts & Functions Posted: Mon Aug 11, 2008 3:28 pm Subject: Slave-- hotkey macro |
Nice program.
Be nice if the 'keyboard' had a # key though.
Then I can use it for Telnet commands to hardware devices as these use lots of AT# commands.
I don't really want to keep t ... |
Topic: Putting text into a input field |
quatermass
Replies: 3
Views: 102
|
Forum: Ask for Help Posted: Fri Jun 20, 2008 10:43 pm Subject: Putting text into a input field |
Many thanks guys. I got it working.
You're both grand!
 |
Topic: Putting text into a input field |
quatermass
Replies: 3
Views: 102
|
Forum: Ask for Help Posted: Fri Jun 20, 2008 9:54 pm Subject: Putting text into a input field |
I've created a simple gui to enter some typed data.
But now I want to have a button on the window that I can click upon and the text it gets from a file and puts it into the input field before con ... |
Topic: Is there a script to change my screen resolution? |
quatermass
Replies: 3
Views: 480
|
Forum: Ask for Help Posted: Fri Jun 13, 2008 9:43 am Subject: Is there a script to change my screen resolution? |
Is there a script command I can use in my script to allow me to change my current desktop screen width and height?
If I forget to switch on my monitor before the computer, the pc goes into 800x600 ... |
Topic: Selecting a file in Explorer |
quatermass
Replies: 0
Views: 92
|
Forum: Ask for Help Posted: Tue May 13, 2008 4:50 pm Subject: Selecting a file in Explorer |
I'm running XP Pro SP2 and AHK 1.0.47.06
I'm trying to press a key to make a new folder in an open Explorer window and selecting it.
This it does.
But on opening a folder with lots of files ... |
Topic: Detecting Radio icon status |
quatermass
Replies: 2
Views: 123
|
Forum: Ask for Help Posted: Sat Feb 02, 2008 9:28 pm Subject: Detecting Radio icon status |
This is excellent!
This will improve my scripts no end. Thank you very much for making my day!  |
| |