Welcome Guest Search | Active Topics | Members | Log In | Register

RCF+ Dameware combo Options · View
Sac
Posted: Friday, December 04, 2009 2:24:17 PM
Rank: Member

Joined: 12/4/2009
Posts: 1
Location: USA
I love the RCF+ gadget but we just recently started using Dameware Utilities www.dameware.com and really like using it more than RDC. I was wondering if there would be a way of keeping all of the great stuff but have a gadget that uses the Dameware Mini Remote Control. I found where someone else wrote a small gadget that basically just inputs whatever you type into the dameware application. My hope is that I can have your gadget's functionality but start up Dameware instead of RDC.

The download link is http://cid-7aeeab3b816bdb39.skydrive.live.com/self.aspx/Public/DamewareGadget.gadget which was found on the forums here: http://forums.dameware.com/viewtopic.php?f=6&t=138&p=422&hilit=gadget#p422

The code the other person used is:
<html>
<head>
<title>DameWare Gadget</title>
<style>
body {
width:130;
height:60;
background: url('background.png');
margin: 8px;
}
</style>

<script>
var shell = new ActiveXObject('WScript.shell');
function key() {
if (event.keyCode == 13) {
shell.Run('"C:/Program Files/DameWare Development/DameWare NT Utilities/dwrcc.exe" -m:' + host.value);
}
}
</script>
</head>
<body>
<div id="cntnt" style="font-family: Tahoma; font-size: 10pt; color: white">Dameware:</br>
<input type=text name="host" size=14 onkeypress="key()"></input>
</body>
</html>
Users browsing this topic
Guest


Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Main Forum RSS : RSS

SoClean Theme Created by Jaben Cargman (Tiny Gecko)
Powered by Yet Another Forum.net version 1.9.1.8 (NET v2.0) - 3/29/2008
Copyright © 2003-2008 Yet Another Forum.net. All rights reserved.
This page was generated in 0.310 seconds.