AutoHotkey Community

It is currently May 24th, 2012, 8:38 am

All times are UTC [ DST ]


Search found 36 matches
Search these results:

Author Message

 Forum: Support   Topic: ListView and "const" column

Posted: July 14th, 2010, 3:58 pm 

Replies: 3
Views: 212


How to get this event?

 Forum: Support   Topic: ListView and "const" column

 Post subject: ListView and "const" column
Posted: July 14th, 2010, 2:51 pm 

Replies: 3
Views: 212


How can I make a column to be constant (always to be from 1 to N), no matter if I sort the current list by some criteria?

Greetings, steliyan!

 Forum: Scripts   Topic: Infinite Progress Bar

Posted: January 5th, 2010, 1:49 am 

Replies: 10
Views: 5593


Great work, both PhiLho and Laszlo. ;))

 Forum: Support   Topic: IfWinExist and exclude title?

Posted: January 19th, 2009, 9:47 am 

Replies: 2
Views: 518


Huh, that did the trick. :shock:

Thanks a lot, frisling!

Greetings, steliyan! ;)

 Forum: Support   Topic: IfWinExist and exclude title?

Posted: January 18th, 2009, 2:16 pm 

Replies: 2
Views: 518


I've got this piece of code: DetectHiddenWindows, On SetTitleMatchMode, RegEx ;Function to run a program RunProgram(Class, Path, WorkingDir = "", Exclude = "") { IfExist, %Path% IfWinNotExist, ahk_class %Class%,, %Exclude% Run, %Path%, %WorkingDir% WinActivate Return...

 Forum: Scripts   Topic: Volume OSD - updated

Posted: September 9th, 2008, 9:30 pm 

Replies: 67
Views: 28428


Sorry, my bad. Actually it returns float value.
So if you use my version (posted above), find this line:
Code:
SetFormat, Float, 0.0

and change it to..
Code:
SetFormat, Float, 0.1


This will do the trick. :P

 Forum: Scripts   Topic: Volume OSD - updated

Posted: September 9th, 2008, 4:51 pm 

Replies: 67
Views: 28428


The problem is that SoundGet returns integer value of volume's percents.

 Forum: Support   Topic: #Include - unexplainable behaviour (for me)

Posted: September 8th, 2008, 6:36 pm 

Replies: 3
Views: 539


Thanks for your answers. :)

 Forum: Support   Topic: #Include - unexplainable behaviour (for me)

Posted: September 8th, 2008, 3:32 pm 

Replies: 3
Views: 539


I have AutoHotkey v1.0.47.06. I have this lines in autohotkey.ini : #NoEnv #Persistent #NoTrayIcon #SingleInstance Force #Include Scripts\volume.ahk #Include Scripts\programs.ahk #Include Scripts\misc.ahk Eveything working as it's supposed, but if I include misc.ahk , before volume.ahk , volume.ahk ...

 Forum: Scripts   Topic: Volume OSD - updated

Posted: September 6th, 2008, 9:47 pm 

Replies: 67
Views: 28428


This is more simplified (in my opinion) version, original source is Rajat 's, thanks to him. Stripped wave control, only master volume left. Here is the code: ;Key activation rate #MaxHotkeysPerInterval 50 ;Config Step := 5 Delay := 1000 Full := "|" Empty := "-" PosX := A_ScreenW...

 Forum: Support   Topic: mouse buttons as hotkey

Posted: May 20th, 2008, 9:14 am 

Replies: 13
Views: 5461


Doesn't anybody have any progress with hooking those horizontal scroll buttons with Logitech's dlls?

 Forum: Scripts   Topic: WinEventHook example...

Posted: May 12th, 2008, 9:14 am 

Replies: 78
Views: 29988


Is it possible to hook the change of program's title bar?

 Forum: Scripts   Topic: control applications with TV-tuner's remote control

Posted: January 14th, 2008, 8:18 pm 

Replies: 23
Views: 12758


Blahh, that pointers. Thanks, now it's working like charm.

 Forum: Scripts   Topic: control applications with TV-tuner's remote control

Posted: January 14th, 2008, 2:46 pm 

Replies: 23
Views: 12758


This is fully working code in Delphi (tested - thanks to AlexPas): unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Controls, Forms, Dialogs, ActiveX, Registry, StdCtrls, ExtCtrls; type TForm1 = class(TForm) Timer1: TTimer; Memo1: TMemo; Panel1: TPanel; Label1: TLab...

 Forum: Scripts   Topic: control applications with TV-tuner's remote control

Posted: January 14th, 2008, 7:20 am 

Replies: 23
Views: 12758


Throws me an exception:
Image
Sort by:  
Page 1 of 3 [ Search found 36 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group