Windows 7 Forums Search
Welcome to Windows 7 Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows 7. The Windows 7 forum also covers news and updates and has an extensive Windows 7 tutorial section that covers a wide range of tips and tricks.


Windows 7 - mousing using MC's IR remote?

 
07-22-2011   #1


win7 home premium 64 bit
 
 

mousing using MC's IR remote?

I have some old people who will never use a keyboard/mouse.
BUT
They can use IR remote for their TV/VCR
Windows 7 MC they can mostly use with MC's IR remote control.

I wish navigate buttons would work on desktop (as a web page)
up/down/left/right jumping from link to link or icon to icon
Select/ok equal to left click
Stop button equal to exit

Plugins?
Drivers?

Not sure which forum section to get help.
Thanks,
Ray

My System SpecsSystem Spec
07-22-2011   #2


Windows 7 Ultimate SP1 64-Bit
 
 


My System SpecsSystem Spec
07-22-2011   #3


win7 home premium 64 bit
 
 


Thanks!
Just what I was looking for for days.
Ray
My System SpecsSystem Spec
.


07-22-2011   #4


Windows 7 Ultimate SP1 64-Bit
 
 


Pleased to hear it. Hope it keeps the senior citizens happy.
My System SpecsSystem Spec
07-22-2011   #5


win7 home premium 64 bit
 
 


They are next door and from Italy.
I am playing around with Tunerfree MC for playing streams from Italy.
BUT
Wanted to try and use remote in desktop to select internet shortcuts without going to MC.
Next I need to remove some selection in MC that are not used.
Thanks again,
Ray
My System SpecsSystem Spec
07-27-2011   #6


win7 home premium 64 bit
 
 


Been playing with remotekcwin7.ahk but many functions do not work.
left/right ir key to left/right cusor movment is ok.
BUT
up/down only causes cusor to jump to top of screen.

Down::
If Mode = 2
MouseMoveWin7(0, 10, 0, "R") ; Move cursor downward
Else
Send {Down}
Return

Calling:

MouseMoveWin7(x, y, speed, relative) ; Windows 7 replacement for mouse move
{
; Note: Speed is not implemented for this function

if (relative = "R")
{
; MouseGetPos, xpos, ypos
VarSetCapacity(MyStruct, 8, 0)
DllCall("GetCursorPos", UInt, &MyStruct)
xpos := NumGet(MyStruct, 0)
ypos := NumGet(MyStruct, 4)
DllCall("SetCursorPos", int, xpos+x, int, ypos+y)
}
Else
{
DllCall("SetCursorPos", int, x, int, y)
}
}
Return

Anybody see error???
Thanks,
Ray
My System SpecsSystem Spec
Reply

 mousing using MC's IR remote? problems?



Thread Tools



Similar Threads for: mousing using MC's IR remote?
Thread Forum
Remote Destop Connects but Remote Host Screen Stays BLACK Network & Sharing
Remote Desktop Client 6.1 Cannot connect to remote computer Network & Sharing
Using Remote Desktop instead of Remote Assistance for remote helpdesk? Network & Sharing
Remote Desktop/Remote Control question Network & Sharing
know how to diable mousing over the taskbar? auto hide Customization


All times are GMT -5. The time now is 10:30 AM.



Windows 7 Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows 7" and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd
  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30