瀏覽單個文章
chrisdar
Power Member
 
chrisdar的大頭照
 

加入日期: Jan 2002
文章: 566
康柏PVR

function sendKey() {
for(var i=chNo.length; i<3; i++) {
WshShell.SendKeys('^0');
}
for(var i=0; i<chNo.length; i++) {
WshShell.SendKeys('^'+chNo.substr(i,1));
}
WshShell.AppActivate('選台器');
document.focus();
}

修正1版

* 修正ComproPVR組合鍵問題 By ChrisDar (PCDVD)
* 支援:ComproPVR,ComproDTV,WinFast PVR,其他
 
__________________
AMD 除頻表
舊 2005-03-11, 12:46 AM #22
回應時引用此文章
chrisdar離線中