| Author |
Message |
Topic: Volume OSD - updated |
steliyan
Replies: 51
Views: 12806
|
Forum: Scripts & Functions Posted: Sat Sep 06, 2008 9:47 pm Subject: Volume OSD - updated |
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
#MaxHotkeysPerInte ... |
Topic: mouse buttons as hotkey |
steliyan
Replies: 5
Views: 733
|
Forum: Ask for Help Posted: Tue May 20, 2008 9:14 am Subject: mouse buttons as hotkey |
| Doesn't anybody have any progress with hooking those horizontal scroll buttons with Logitech's dlls? |
Topic: WinEventHook example... |
steliyan
Replies: 77
Views: 8258
|
Forum: Scripts & Functions Posted: Mon May 12, 2008 9:14 am Subject: WinEventHook example... |
| Is it possible to hook the change of program's title bar? |
Topic: control applications with TV-tuner's remote control |
steliyan
Replies: 9
Views: 2601
|
Forum: Scripts & Functions Posted: Mon Jan 14, 2008 8:18 pm Subject: control applications with TV-tuner's remote control |
| Blahh, that pointers. Thanks, now it's working like charm. |
Topic: control applications with TV-tuner's remote control |
steliyan
Replies: 9
Views: 2601
|
Forum: Scripts & Functions Posted: Mon Jan 14, 2008 2:46 pm Subject: control applications with TV-tuner's remote control |
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, ... |
Topic: control applications with TV-tuner's remote control |
steliyan
Replies: 9
Views: 2601
|
Forum: Scripts & Functions Posted: Mon Jan 14, 2008 7:20 am Subject: control applications with TV-tuner's remote control |
Throws me an exception:
http://img105.imageshack.us/img105/5742/a081935qf7.th.png |
Topic: control applications with TV-tuner's remote control |
steliyan
Replies: 9
Views: 2601
|
Forum: Scripts & Functions Posted: Fri Jan 11, 2008 3:00 pm Subject: control applications with TV-tuner's remote control |
I want to port this to use it with averapi.dll, but no success. //AVerTV Studio Girder plugin by Pavel Chromy
//based on plugin written by Michal Milczewski
#include <stdio.h>
#inc ... |
Topic: Disable clicking on column's header |
steliyan
Replies: 5
Views: 173
|
Forum: Ask for Help Posted: Tue Nov 13, 2007 5:21 pm Subject: Disable clicking on column's header |
| ClassNN is SysHeader322. |
Topic: Disable clicking on column's header |
steliyan
Replies: 5
Views: 173
|
Forum: Ask for Help Posted: Sun Nov 11, 2007 5:42 pm Subject: Disable clicking on column's header |
| In foobar2k, does this actually matter? |
Topic: Disable clicking on column's header |
steliyan
Replies: 5
Views: 173
|
Forum: Ask for Help Posted: Sat Nov 10, 2007 3:32 pm Subject: Disable clicking on column's header |
| Can this be done without using coordinates? |
Topic: nado() (2.0) |
steliyan
Replies: 4
Views: 527
|
Forum: Scripts & Functions Posted: Tue Oct 30, 2007 7:30 am Subject: nado() (2.0) |
| I guess you're talking about arithmetic progression? |
Topic: Justify text in Edit control |
steliyan
Replies: 1
Views: 141
|
Forum: Ask for Help Posted: Tue Oct 09, 2007 1:29 pm Subject: Justify text in Edit control |
I have a text and I want to justify it (fill spaces until the line reach the needed length). Here is example:
This is a just an example for the
justifying idea!
... |
Topic: Sorting numbers with "-" inside |
steliyan
Replies: 4
Views: 160
|
Forum: Ask for Help Posted: Mon Oct 01, 2007 1:27 pm Subject: Sorting numbers with "-" inside |
| Delete the dashes? |
Topic: Get a array size |
steliyan
Replies: 4
Views: 253
|
Forum: Ask for Help Posted: Sun Sep 23, 2007 9:15 am Subject: Get a array size |
Works like a charm. Thanks!  |
Topic: Get a array size |
steliyan
Replies: 4
Views: 253
|
Forum: Ask for Help Posted: Sun Sep 23, 2007 8:52 am Subject: Get a array size |
Here is it:
TrayList = % TrayIcons()
Sort, TrayList
The function TrayIcons() returns all the icons from the tray. |
| |