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 65 matches
AutoHotkey Community Forum Index
Author Message
  Topic: x-mouse in windows xp
MisterW

Replies: 5
Views: 609

PostForum: Ask for Help   Posted: Tue Jun 12, 2007 12:23 pm   Subject: x-mouse in windows xp
According to your definition of xmouse it does half of what you want Smile

Perhaps if you were more specific about what features you are looking for. Are you wanting a utility or some ahk code. This ...
  Topic: x-mouse in windows xp
MisterW

Replies: 5
Views: 609

PostForum: Ask for Help   Posted: Tue Jun 12, 2007 9:37 am   Subject: x-mouse in windows xp
Sure. You could download:
SPI_SETACTIVEWINDOWTRACKING = 0x1001
SPIF_UPDATEINIFILE = 1
SPIF_SENDCHANGE = 2

; Turn On Mouse Focus Follow Cursor
DllCall("SystemParametersInfo",UInt, ...
  Topic: AHK editor with code collapse and hyperlinking?
MisterW

Replies: 10
Views: 1681

PostForum: Utilities & Resources   Posted: Fri Dec 15, 2006 9:33 pm   Subject: AHK editor with code collapse and hyperlinking?
[url=www.vim.org]Vim does all these.....but it might take a long time before you can Smile
  Topic: Potrace - PBM/PGM/PPM/BMP 2 EPS/PDF/SVG [CMD]
MisterW

Replies: 1
Views: 401

PostForum: Utilities & Resources   Posted: Fri Dec 15, 2006 9:03 pm   Subject: Potrace - PBM/PGM/PPM/BMP 2 EPS/PDF/SVG [CMD]
Potrace is used in Inkscape http://www.inkscape.org a free (and excellent) alternative to adobe illustrator. I was very impressed with the results I got from its tracing facilities.
  Topic: Modal keyboard remapper
MisterW

Replies: 1
Views: 513

PostForum: Scripts & Functions   Posted: Sun Nov 26, 2006 12:55 pm   Subject: Modal keyboard remapper
Strange!!!
I had almost exactly the same idea a week ago. I don't have time to read thru your script but will check it out when I do - it looks great. My script had caps as a toggle between modes and ...
  Topic: TreeView: Drag and Drop items
MisterW

Replies: 4
Views: 1714

PostForum: Scripts & Functions   Posted: Mon Jul 17, 2006 3:01 pm   Subject: Tree Functions
Here are some functions I wrote to convert trees to strings and back. They can be used to handle cutting/copying/pasting/moving of brances or loading or saving trees to a file. They could be more robu ...
  Topic: keyboard filter
MisterW

Replies: 23
Views: 10767

PostForum: Utilities & Resources   Posted: Fri Jul 07, 2006 2:43 am   Subject: keyboard filter
2 MisterW
?
No, I don't, I hate football.

Sorry, I thought you were implying something about timestamps you weren't.

You meant "I did it using Emule 1 month ago"
  Topic: keyboard filter
MisterW

Replies: 23
Views: 10767

PostForum: Utilities & Resources   Posted: Thu Jul 06, 2006 11:13 am   Subject: keyboard filter

I did it using Emulle 1 month from now.

Back to the future, eh?

I guess you know who won the world cup then... Wink
  Topic: keyboard filter
MisterW

Replies: 23
Views: 10767

PostForum: Utilities & Resources   Posted: Thu Jul 06, 2006 12:41 am   Subject: keyboard filter
Hey GeomanNL

I like where you are going with this.

Could you tell me how you downloaded the DDK? It seems to be available only via msdn subscription.

Do you know if you can build the code usi ...
  Topic: DllCall. Help, anyone?
MisterW

Replies: 24
Views: 1758

PostForum: Ask for Help   Posted: Mon Jun 26, 2006 6:44 am   Subject: DllCall. Help, anyone?
I might be wrong but I think shimanov (btw. is he still with us?)

I've been wondering that too?
  Topic: Tie variable accesses to functions
MisterW

Replies: 12
Views: 631

PostForum: Wish List   Posted: Fri Jun 23, 2006 1:08 pm   Subject: Tie variable accesses to functions
but the benefit seems too small to introduce a whole new syntax).

One of the reasons I suggested this is that there is no change to the existing syntax. Aside of course from the additional command: ...
  Topic: Tie variable accesses to functions
MisterW

Replies: 12
Views: 631

PostForum: Wish List   Posted: Thu Jun 22, 2006 6:48 am   Subject: Tie variable accesses to functions
It would be really cool if you could tie a variable to a function so that when
a variable is assigned a value or has a it's value retrieved a function is called.

For assignment the return value of ...
  Topic: Enhancing SequoiaView
MisterW

Replies: 0
Views: 684

PostForum: Scripts & Functions   Posted: Fri Jun 16, 2006 12:36 pm   Subject: Enhancing SequoiaView
This code provides some impetus towards turning
#SingleInstance force

Menu, mFileContext, Add, Copy, hFileContext
Menu, mFileContext, Add, Delete, hFileContext
Menu, mFileContext, Add, Mark, hF ...
  Topic: Dictionary (Hash,Associative Array,map...) using perlahk
MisterW

Replies: 1
Views: 869

PostForum: Scripts & Functions   Posted: Fri Jun 16, 2006 12:28 pm   Subject: Dictionary (Hash,Associative Array,map...) using perlahk
Here's a pretty basic implementation of a Dictionary (also called hash) using thomasl's nifty perlahk dll
see:

Perl_Module=0

perlinit()
{
global Perl_Module
Perl_Module := ...
  Topic: Animated Splash Screens
MisterW

Replies: 15
Views: 2753

PostForum: Scripts & Functions   Posted: Thu Jun 15, 2006 2:30 am   Subject: Animated Splash Screens
Here is a sample of the code I'm using that requires potentially many combinations of font/size/weight/color? etc.

It is intended to be a presentation engine for displaying song words on a projecto ...
 
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