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 12 matches
AutoHotkey Community Forum Index
Author Message
  Topic: DLLCall: Support for Human Interface devices
DoXer

Replies: 102
Views: 30980

PostForum: Scripts & Functions   Posted: Wed Dec 12, 2007 5:08 am   Subject: DLLCall: Support for Human Interface devices
Great, it works. Thanx.
  Topic: DLLCall: Support for Human Interface devices
DoXer

Replies: 102
Views: 30980

PostForum: Scripts & Functions   Posted: Tue Dec 11, 2007 1:11 pm   Subject: DLLCall: Support for Human Interface devices
Hello,
I hope I get help here.

I'm not so good in programming, so I have problems to understand the samplescript.

What I want:
I have a Logitech Mouse RX250 with a mousewheel you can push left ...
  Topic: foobar2000 and ahk_class
DoXer

Replies: 4
Views: 516

PostForum: Ask for Help   Posted: Wed Oct 05, 2005 9:23 pm   Subject: foobar2000 and ahk_class
Your script doesn't work for me, because I didn't have your class.
But this works fine:

#Home::
DetectHiddenWindows, On
IfWinNotExist, ahk_class {E7076D1C-A7BF-4f39-B771-BCBE88F2A2A ...
  Topic: foobar2000 and ahk_class
DoXer

Replies: 4
Views: 516

PostForum: Ask for Help   Posted: Fri Sep 30, 2005 4:36 pm   Subject: foobar2000 and ahk_class
Both didn't work
  Topic: foobar2000 and ahk_class
DoXer

Replies: 4
Views: 516

PostForum: Ask for Help   Posted: Fri Sep 30, 2005 3:49 pm   Subject: foobar2000 and ahk_class
Hello,
I want to controll foobar2000 with this script.

#Home::
class = {E7076D1C-A7BF-4f39-B771-BCBE88F2A2A8}
IfWinNotExist, ahk_class %class%
return
ControlSend, ahk_class ...
  Topic: AltTab Task switching doesn't work correctly here
DoXer

Replies: 7
Views: 1124

PostForum: Bug Reports   Posted: Sun Jan 30, 2005 8:38 am   Subject: AltTab Task switching doesn't work correctly here
Maybe it's a problem with the mousedriver. I use the standard-mouse-driver, no Logitech-stuff installed.
  Topic: Detect fullscreen-apps
DoXer

Replies: 2
Views: 483

PostForum: Ask for Help   Posted: Sun Jan 30, 2005 7:33 am   Subject: Detect fullscreen-apps
Hello,

how is it possible to detect a fullscreen-application? Many of my games in fullscreen stays in conflict with my scripts, so I want to deactivate the scripts when a fullscreen-app is running ...
  Topic: AltTab Task switching doesn't work correctly here
DoXer

Replies: 7
Views: 1124

PostForum: Bug Reports   Posted: Sat Jan 29, 2005 9:15 pm   Subject: AltTab Task switching doesn't work correctly here
On my system it works.

WinXP-SP2
Mouse Logitech MX500
  Topic: Hotkey to run a screensaver?
DoXer

Replies: 12
Views: 2388

PostForum: Ask for Help   Posted: Tue Jan 25, 2005 8:17 pm   Subject: Hotkey to run a screensaver?


Here is another trick that works in a script:
SendMessage, 0x112, 0xF140, 0,, Program Manager ; 0x112 is WM_SYSCOMMAND -- 0xF140 is SC_SCREENSAVE


Can you tell me, how to get the sendmessag ...
  Topic: Screensaver with password
DoXer

Replies: 2
Views: 1109

PostForum: Ask for Help   Posted: Sun Jan 23, 2005 2:10 pm   Subject: Screensaver with password
Hi,
we will have to lock our workstations at work due to security reasons if we leave the room. So I'm looking for a way to start the saver with enabled passwork protection. Unfortunately this doesn' ...
  Topic: Thunderbird Mailclient
DoXer

Replies: 2
Views: 421

PostForum: Ask for Help   Posted: Wed Jan 12, 2005 7:30 pm   Subject: Thunderbird Mailclient
Yes, it works. Here is the complete script.

#3::
DetectHiddenWindows, On
app = Thunderbird
prg = "C:\Programme\Mozilla Thunderbird\thunderbird.exe"
SetTitleMatchMode, 2
I ...
  Topic: Thunderbird Mailclient
DoXer

Replies: 2
Views: 421

PostForum: Ask for Help   Posted: Tue Jan 11, 2005 6:48 pm   Subject: Thunderbird Mailclient
Hello,

I'm using Thunderbird as mailclient with the tool Thunderbird-Tray. This puts Thunderbird in the systray.

With an application (like Firefox) I start it with this script:

;WIN-1
#1&# ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group