| Author |
Message |
Topic: control applications with TV-tuner's remote control |
Big Digger
Replies: 23
Views: 11729
|
Forum: Scripts & Functions Posted: Fri Mar 18, 2011 6:52 am Subject: control applications with TV-tuner's remote control |
| For those using AVerTV 6, you can try [url=http://www.autohotkey.com/forum/viewtopic.php?t=69669]AVerLIRC. |
Topic: AVerLIRC Client |
Big Digger
Replies: 0
Views: 430
|
Forum: Scripts & Functions Posted: Wed Mar 16, 2011 10:37 am Subject: AVerLIRC Client |
Windows 2000/XP/Vista/7
All remote controls that are supported by AVerTV 6, should also work with AVerLIRC.
The client receives event notifications from the server whenever a button is pressed on ... |
Topic: [AHK_L] how to pass value types by reference to a method |
Big Digger
Replies: 9
Views: 320
|
Forum: Ask for Help Posted: Wed Mar 16, 2011 8:03 am Subject: [AHK_L] how to pass value types by reference to a method |
| Quiet sad to know. Thanks anyway. |
Topic: [AHK_L] how to pass value types by reference to a method |
Big Digger
Replies: 9
Views: 320
|
Forum: Ask for Help Posted: Tue Mar 15, 2011 10:01 am Subject: [AHK_L] how to pass value types by reference to a method |
Firstly, try ComVar as linked in my previous post. If that doesn't work, try changing it as follows and passing 0x17 (i.e. VT_UINT) as a parameter
#NoEnv
#SingleInstance Force
OnExit, ExitSub
IR ... |
Topic: [AHK_L] how to pass value types by reference to a method |
Big Digger
Replies: 9
Views: 320
|
Forum: Ask for Help Posted: Tue Mar 15, 2011 8:14 am Subject: [AHK_L] how to pass value types by reference to a method |
Lexikos
Thanks for your reply.
I'm trying to work with the RemoteService 1.0 Type Library (AVerMedia), but my knowledge is not enough.
There are two files generated with TLIBIMP:
IRemoteCtrl & ... |
Topic: [AHK_L] how to pass value types by reference to a method |
Big Digger
Replies: 9
Views: 320
|
Forum: Ask for Help Posted: Fri Mar 11, 2011 4:35 pm Subject: [AHK_L] how to pass value types by reference to a method |
Byref
I need to call a method of a COM object.. |
Topic: [AHK_L] how to pass value types by reference to a method |
Big Digger
Replies: 9
Views: 320
|
Forum: Ask for Help Posted: Fri Mar 11, 2011 9:13 am Subject: [AHK_L] how to pass value types by reference to a method |
subj  |
Topic: [SOLVED] GoTView RC |
Big Digger
Replies: 9
Views: 558
|
Forum: Ask for Help Posted: Wed Mar 02, 2011 8:09 am Subject: [SOLVED] GoTView RC |
| I have found the ready-made wrapper. |
Topic: [SOLVED] GoTView RC |
Big Digger
Replies: 9
Views: 558
|
Forum: Ask for Help Posted: Mon Feb 28, 2011 8:21 am Subject: [SOLVED] GoTView RC |
BTW, what I meant was more like:
VarSetCapacity(Remote, 40) ; 8 bytes appear to be enough.
pRemote := &Remote
DllCall(pCGTVRemote, "Ptr", pRemote)
What do you t ... |
Topic: [SOLVED] GoTView RC |
Big Digger
Replies: 9
Views: 558
|
Forum: Ask for Help Posted: Sun Feb 27, 2011 9:02 am Subject: [SOLVED] GoTView RC |
| I suppose your usage of pCGTVRemote is unsafe. I realized after a thought that not only constructor is of __thiscall is natural but also it actually needs this pointer, which is just a (newly) allocat ... |
Topic: [SOLVED] GoTView RC |
Big Digger
Replies: 9
Views: 558
|
Forum: Ask for Help Posted: Sat Feb 26, 2011 10:42 am Subject: [SOLVED] GoTView RC |
Sean
Thanks for your reply.
I have no problem with the gtvremote64.dll.
The script below is working flawless on my 64-bit system.
But I would like to write a code that can be used on both 32-bit a ... |
Topic: [SOLVED] GoTView RC |
Big Digger
Replies: 9
Views: 558
|
Forum: Ask for Help Posted: Fri Feb 25, 2011 9:52 am Subject: [SOLVED] GoTView RC |
fincs
But why the GetDeviceName and GetCode are working in this case?..
What else can I do?
gtvremote.h 1,5 k 2007-08-20 11:19 -a--
gtvremote.lib 3,0 k 20 ... |
Topic: [SOLVED] GoTView RC |
Big Digger
Replies: 9
Views: 558
|
Forum: Ask for Help Posted: Fri Feb 25, 2011 9:00 am Subject: [SOLVED] GoTView RC |
Windows 7 Ultimate (64-bit)
AutoHotkey_L v1.0.92.02 Unicode (32-bit)
I am trying to call functions from the Exported Functions List
Created by using DLL Export Viewer http://www.nirsoft.n ... |
Topic: AHKHID - An AHK implementation of the HID functions |
Big Digger
Replies: 386
Views: 83318
|
Forum: Scripts & Functions Posted: Wed Feb 23, 2011 6:59 am Subject: AHKHID - An AHK implementation of the HID functions |
bidomo
USING THE CONSTANTS:
If you explicitly #include AHKHID in your script, you will have all the constants available to you. Otherwise, if AHKHID is
in your library folder and you do not wish ... |
Topic: Help detecting laptop lid close? |
Big Digger
Replies: 2
Views: 566
|
Forum: Ask for Help Posted: Tue Jan 18, 2011 11:09 am Subject: Re: Help detecting laptop lid close? |
| You have wrong parameter.DllCall("RegisterPowerSettingNotification", "UInt", lidDetectorHwnd, "str", "5ca83367-6e45-459f-a27b-476b1d01c936", "UInt" ... |
| |