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 31 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Remove Minimize / Maximize Button from Titlebar
ricke

Replies: 2
Views: 93

PostForum: Ask for Help   Posted: Mon Jun 30, 2008 3:46 pm   Subject: Remove Minimize / Maximize Button from Titlebar
wow..

thanx alot man =)
  Topic: Remove Minimize / Maximize Button from Titlebar
ricke

Replies: 2
Views: 93

PostForum: Ask for Help   Posted: Mon Jun 30, 2008 3:15 pm   Subject: Remove Minimize / Maximize Button from Titlebar
Hi

I want to remove minimize and maximize button from a running program (for exampel Notepad.exe)

From what I can understand this should be doable with "setwindowlong" function in the ...
  Topic: switching mousebuttons
ricke

Replies: 1
Views: 180

PostForum: Ask for Help   Posted: Thu Jun 28, 2007 9:10 am   Subject: switching mousebuttons
I'm stuck...

need some pointers to get me in the right direction


switch:=1

LButton::
RButton::
If switch=0
send {RButton} ;If switch=0 bot ...
  Topic: Minesweeper Auto-Solver
ricke

Replies: 11
Views: 2040

PostForum: Scripts & Functions   Posted: Tue Jun 26, 2007 9:39 pm   Subject: Minesweeper Auto-Solver
Hi fincs

I made a little diffrent version.

With this u play like "normal" Wink
But...
If u Leftclick on a bomb it rightclicks instead....
and if u rightclick where there is no bom ...
  Topic: Store Mouse Positions in a cool way
ricke

Replies: 5
Views: 773

PostForum: Scripts & Functions   Posted: Sat Jun 16, 2007 8:45 am   Subject: Store Mouse Positions in a cool way
Pwned!

... damn that was efficient.

those loops blow my mind; didnt know one could loop hotkeys like that =)

tyvm

BTW: It should be possible to place a marker on the screen indicating whe ...
  Topic: Store Mouse Positions in a cool way
ricke

Replies: 5
Views: 773

PostForum: Scripts & Functions   Posted: Fri Jun 15, 2007 11:43 pm   Subject: Store Mouse Positions in a cool way
Made a little script that stores 9 diffrent mousepositions....

The script overwrites itself and reloads.

store with CTRL+SHIFT+1 to 9
use with CTRL+1 to 9

be sure to name the script file &qu ...
  Topic: ScreenMagnifier
ricke

Replies: 82
Views: 28955

PostForum: Scripts & Functions   Posted: Thu Jun 14, 2007 8:44 pm   Subject: ScreenMagnifier
So I decided to make my own version of this one.

Amazing work Holomind !!

Cred to all that made it possible..... I have just stolen code from all over the place and put the pieces together.

D ...
  Topic: Virtual On-Screen Keyboard Problem
ricke

Replies: 2
Views: 179

PostForum: Ask for Help   Posted: Sun Jun 03, 2007 3:13 pm   Subject: Virtual On-Screen Keyboard Problem
http://www.autohotkey.com/forum/viewtopic.php?p=116058

already solved

u cant have both active at the same time.... but u can workaround it so the keyboard never gets active (u can have it look ...
  Topic: Laptop extra buttons as hotkey?
ricke

Replies: 11
Views: 1403

PostForum: Ask for Help   Posted: Wed May 16, 2007 3:35 pm   Subject: Laptop extra buttons as hotkey?
This binds the extra keys on the XPS M170.... might be the same for other dell laptops (not tested)....


#InstallKeybdHook ; Single-line script for use with Key History.

vkADsc120::ms ...
  Topic: SplitPath not working as intended ?
ricke

Replies: 1
Views: 134

PostForum: Ask for Help   Posted: Mon May 07, 2007 11:17 am   Subject: SplitPath not working as intended ?
place = C:\test\folder1\message.txt
SplitPath, place , OutFileName
msgbox, %OutFilename%

The above returns "message.txt" which is correct.

place = C:\test\folder1
SplitPath, place , ...
  Topic: How do i make a keylogger ?
ricke

Replies: 16
Views: 4771

PostForum: Ask for Help   Posted: Fri Feb 09, 2007 8:43 am   Subject: How do i make a keylogger ?
buy a hardware keylogger.... no software can detect that.

http://www.keyghost.com/
  Topic: resize gui and keep proportions ?
ricke

Replies: 3
Views: 318

PostForum: Ask for Help   Posted: Thu Jan 18, 2007 4:18 pm   Subject: resize gui and keep proportions ?
GuiSize:
{
WinMove,,,,, %A_GuiHeight%, %A_GuiHeight%
}


Well this works if the guiheight gets changed Wink and keeps the gui a perfect square.... but it flickers alot when i resize and maybe its ...
  Topic: resize gui and keep proportions ?
ricke

Replies: 3
Views: 318

PostForum: Ask for Help   Posted: Thu Jan 18, 2007 3:17 pm   Subject: resize gui and keep proportions ?
Hope someone can help me.

I got a GUI with the +Resize option..... But the thing is that I must keep the proportions of the GUI as I resize it.

lets say I need the width of the gui to always be ...
  Topic: NO focus on Gui
ricke

Replies: 18
Views: 2564

PostForum: Ask for Help   Posted: Thu Dec 07, 2006 11:07 am   Subject: NO focus on Gui
maybe skip the Scroll Lock totally to stop the LED from blinking.... looked at MSDN And found a few other keys that might be better to use.

Like Virtual Key 7 that is undefined... so it shouldnt ...
  Topic: NO focus on Gui
ricke

Replies: 18
Views: 2564

PostForum: Ask for Help   Posted: Wed Dec 06, 2006 12:55 pm   Subject: NO focus on Gui
Truely a state of the art on-screen keyboard this =) (will kick ass when its all done)

really amazing work =)

Still some work to be done but it looks really nice.

Really like the idea with ...
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group