This is a great little application (PPC client is only ~500kb and can be put anywhere) that gives you control over PowerPoint, WinAmp, iTunes, WMP, PowerDVD, BSPlayer, WinDVD, Zoom Player, TV Tool etc. right from your PDA or phone (all device clients are provided together).
Salling clicker works over both BlueTooth (Widcomm and Microsoft SP2 stacks supported) and Wi-Fi connections and is fully compatible with WM5.
Salling Clicker is limited to 30 clicks without activation which is not too bad and does the job. The full version is $23.95 which is pretty reasonable for the features it offers. Be sure to check it out.. :approve:
This is a great little application (PPC client is only ~500kb and can be put anywhere) that gives you control over PowerPoint, WinAmp, iTunes, WMP, PowerDVD, BSPlayer, WinDVD, Zoom Player, TV Tool etc. right from your PDA or phone (all device clients are provided together).
Salling clicker works over both BlueTooth (Widcomm and Microsoft SP2 stacks supported) and Wi-Fi connections and is fully compatible with WM5.
Salling Clicker is limited to 30 clicks without activation which is not too bad and does the job. The full version is $23.95 which is pretty reasonable for the features it offers. Be sure to check it out.. :approve:
But does it show the whole pocket pc screen in the PC screen. Thanks
Location: Europe - Germany - Bavaria - Munic - Stanberg - Buch
Posts: 316
Device: Sony Ericcson K610i
Carrier: O2
Thanked 0 Times in 0 Posts
Tried it, its great, btw you can easily change the speed and acceleration of the touchpad if you edit the Script.
Quote:
function accelerate(v)
{
if( v > 8 || v < -8 ) {
return v*"Just write the multiplyer for fast acceleration 2 is ok for me"
} else if( v > 4 || v < -4 ) {
return v*"Just write the muliplyer for slow acceleration 1.5 is ok for me"
}
return v;
}
function myKeypad_PenMove(theScreen, dx, dy)
{
dx = accelerate(dx);
dy = accelerate(dy);
SendMouseEvent(dx/"write a number, 1 is Fast, 3 is slow, 2 is ok IMHO", dy/"write the same number as before", 0, 0, 0);
}