AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 61 matches
AutoHotkey Community Forum Index
Author Message
  Topic: An Excellent Font for Program/Text Editor
antonyb

Replies: 22
Views: 4013

PostForum: 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... Wink
  Topic: An Excellent Font for Program/Text Editor
antonyb

Replies: 22
Views: 4013

PostForum: 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...

Shocked

Ant.
  Topic: An Excellent Font for Program/Text Editor
antonyb

Replies: 22
Views: 4013

PostForum: Utilities & Resources   Posted: Fri Mar 03, 2006 4:38 pm   Subject: Corporate Mono
long time researching Smile
  Topic: AC/Battery status
antonyb

Replies: 6
Views: 1761

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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? Wink ). Its actually fairly straightforward to get most of it done.

But.

The one maj ...
 
Page 1 of 5 Goto page 1, 2, 3, 4, 5  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group