| Author |
Message |
Topic: An Excellent Font for Program/Text Editor |
antonyb
Replies: 22
Views: 4013
|
Forum: Utilities & Resources Posted: Tue Mar 07, 2006 10:25 am Subject: What's the point? No-one reads this... |
Who read the subjects of submessages?
Um. Me. I guess I'm in a minority of one...  |
Topic: An Excellent Font for Program/Text Editor |
antonyb
Replies: 22
Views: 4013
|
Forum: Utilities & Resources Posted: Tue Mar 07, 2006 9:35 am Subject: concerning the important of reading the subject |
Go back, read the subject of my post...
Ant. |
Topic: An Excellent Font for Program/Text Editor |
antonyb
Replies: 22
Views: 4013
|
Forum: Utilities & Resources Posted: Fri Mar 03, 2006 4:38 pm Subject: Corporate Mono |
long time researching  |
Topic: AC/Battery status |
antonyb
Replies: 6
Views: 1761
|
Forum: Scripts & Functions Posted: Thu Jan 26, 2006 2:30 pm Subject: AC/Battery status |
I seem to remember someone asking for this ages ago. I've been using it for a while, but just forgot to post it.
Get the power status of your PC - really only useful for laptops. Return values are ... |
Topic: Random Screensaver |
antonyb
Replies: 7
Views: 2077
|
Forum: Scripts & Functions Posted: Thu Jan 26, 2006 2:23 pm Subject: Random Screensaver |
Thanks PhiLho - glad you like it.
For example, I can put a list of wanted screen savers, including in other folders, at the start of the script, and perhaps give each one a note to increase the cha ... |
Topic: Random Screensaver |
antonyb
Replies: 7
Views: 2077
|
Forum: Scripts & Functions Posted: Thu Jan 26, 2006 9:16 am Subject: Random Screensaver |
Hi,
What does the %1% and the %2% do? Are they inputs to the script?
Exactly.
I'm trying to do something a little simplier. I just want to run a screensaver with a push of a button when I lea ... |
Topic: Random Screensaver |
antonyb
Replies: 7
Views: 2077
|
Forum: Scripts & Functions Posted: Tue Jan 24, 2006 11:46 am Subject: Random Screensaver |
Hello,
Just a quick hack to make Windows choose a different, random, screensaver each time it launches one. Compile up the following script, then rename the .exe as something like "Random Scre ... |
Topic: Function similar to AutoIt's MemGetStats |
antonyb
Replies: 4
Views: 1462
|
Forum: Wish List Posted: Wed Nov 02, 2005 1:02 pm Subject: Function similar to AutoIt's MemGetStats |
Hah! Beat you to it!
I tried playing around with the NT performance counters too ([url=http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/monitoring_performance_data.asp]he ... |
Topic: Function similar to AutoIt's MemGetStats |
antonyb
Replies: 4
Views: 1462
|
Forum: Wish List Posted: Wed Nov 02, 2005 12:48 pm Subject: Function similar to AutoIt's MemGetStats |
With thanks to Shimanov and his ReadInteger function!
statString:=MemGetStats()
StringSplit, stats, statString, |
FileAppend, Memory Load: %stats1%`n, *
FileAppend, Total Physi ... |
Topic: Hiding the mouse cursor |
antonyb
Replies: 18
Views: 5576
|
Forum: Ask for Help Posted: Wed Nov 02, 2005 11:01 am Subject: Hiding the mouse cursor |
Hey Lazlo,
I can't get your scripts to work properly. They work the first time round, but thats it. For instance, change the beginning of your latest script to:
SystemCursor(0)
MsgBox INV ... |
Topic: Gui Text fields problem |
antonyb
Replies: 1
Views: 340
|
Forum: Ask for Help Posted: Mon Oct 24, 2005 4:12 pm Subject: Gui Text fields problem |
Hello,
I'm trying to write an app that displays some bits of information using Text controls. These bits of information are refreshed every second, and may change size (length). I'm trying to figur ... |
Topic: WinGet, Transparent problem |
antonyb
Replies: 2
Views: 730
|
Forum: Bug Reports Posted: Wed Oct 12, 2005 9:36 am Subject: WinGet, Transparent problem |
Ok, thanks Chris.
Looks like the problem arises whenever a window is resized - I can reproduce it with WinMove too.
Ant.
Edit:
Incidently, googling found me WinGet, xs, ExStyle, ahk_id %i ... |
Topic: WinGet, Transparent problem |
antonyb
Replies: 2
Views: 730
|
Forum: Bug Reports Posted: Tue Oct 11, 2005 11:51 am Subject: WinGet, Transparent problem |
Hello,
Can anyone else confirm that the following script doesn't behave as you'd expect?
Run, notepad.exe
sleep 2000
WinGet, id, ID, Untitled - Notepad
FileAppend, hwnd: %id%`n, *
WinGet ... |
Topic: Expose for Windows - any DLL writers out there?! |
antonyb
Replies: 2
Views: 638
|
Forum: Ask for Help Posted: Fri Oct 07, 2005 8:55 am Subject: Expose for Windows - any DLL writers out there?! |
Hi Peepsalot,
Actually, thats not strictly true. Try this: open 2 windows, but set one to be AlwaysOnTop. Position that window over the other window, but make sure the other window is the currently ... |
Topic: Expose for Windows - any DLL writers out there?! |
antonyb
Replies: 2
Views: 638
|
Forum: Ask for Help Posted: Fri Oct 07, 2005 8:05 am Subject: Expose for Windows - any DLL writers out there?! |
Hello,
I've been messing around recently trying to write a proof-of-concept always one more thing to do? ). Its actually fairly straightforward to get most of it done.
But.
The one maj ... |
| |