AutoHotkey Community

It is currently May 23rd, 2012, 5:37 pm

All times are UTC [ DST ]


Search found 10 matches
Search these results:

Author Message

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

Posted: February 26th, 2009, 4:07 pm 

Replies: 23
Views: 12752


I extacted the dll from the installer, it is a COM object. Which isn't particularly good since I haven't had much experience with COM, let alone working with it in AHK. Maybe I'll look into this further later, but I can't promise anything. If you find any info on using this dll I guess it can help.

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

Posted: February 25th, 2009, 2:45 pm 

Replies: 23
Views: 12752


Well I guess AverTV API has changed in the new version. If you post some description of the new API (C header file, etc) maybe I'll be able to help.

 Forum: Scripts   Topic: transliteration Russian to English

Posted: May 4th, 2008, 1:21 pm 

Replies: 0
Views: 867


I wrote this function for use in one script. Here it is, in case someone needs it. Transliterate( str ) { strTokenRU = а,б,в,г,д,е,ё,ж,з,и,й,к,л,м,н,о,п,р,с,т,у,...

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

Posted: January 14th, 2008, 7:03 pm 

Replies: 23
Views: 12752


Throws me an exception: I guess, this line is wrong then (yeah I have also misspelled the function name): Res := DllCall( "averapi\GetRemoteData", "Cdecl Int" ) The function must have an argument. I think the problem in your code is with the same line: Res := DllCall("avera...

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

Posted: January 12th, 2008, 3:06 pm 

Replies: 23
Views: 12752


Hmm, given the girder source the port should be pretty straightforward. I would modify Core.ahk like this. Note the call to CoInitialize and CoUninitialize. Hope it helps. P.S. Of course, you'll need to remap RC codes if it works, I haven't touched them. /* ------------------------------------------...

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

Posted: March 8th, 2007, 12:24 pm 

Replies: 23
Views: 12752


Leadtek must provide an API to query the state of the RC. If there is such API it won't be hard to make the script work with your RC.

 Forum: Scripts   Topic: dialogue for renaming multiple files

Posted: August 28th, 2006, 9:26 pm 

Replies: 2
Views: 1232


If you need to rename multiple files this script can be handy. It lets you do replacements in file names, and also to prefix or postfix file names. It has GUI, integrates with Explorer, supports drag'n'drop. :) Added 2008-05-30: now also supports reg exp in Find field and counters in Replace field. ...

 Forum: Support   Topic: receiving simulated hotkeys from another script

Posted: May 15th, 2006, 3:25 pm 

Replies: 2
Views: 562


Thanks. I don't like global hotkeys in this script very much, but some ^#! will do. It works now without context sensitive hotkeys, but with some exceptions. Hotkeys containing certain keys like Right or NumpadRight are not received. (edit: because they are keyboard hook hotkeys as you said :)). Edi...

 Forum: Support   Topic: receiving simulated hotkeys from another script

Posted: May 15th, 2006, 1:15 pm 

Replies: 2
Views: 562


I've written Remote Control (RC) script which sends hotkeys to control applications. Now I work on Remote Explorer (RE) script which is essentially an oversimplified Explorer with gigantic fonts. :) RE should behave like an ordinary controlled application. It should be able to receive simulated hotk...

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

Posted: May 4th, 2006, 6:32 pm 

Replies: 23
Views: 12752


First of all I'd like to thank the authors for the great scripting language. :) I've written a highly configurable script to control applications with RC of TV-tuner BeholdTV. If you don't happen to have BeholdTV tuner, this script still might be useful as an example of using RC API to control pc. H...
Sort by:  
Page 1 of 1 [ Search found 10 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group