olixelle Posted January 4, 2008 Posted January 4, 2008 hello well i'm working with the com interface to control DVBViewer. everything's perfect but.... i dont know how to set the current channel, i browsed the html help but without success could u help me thankls Quote
olixelle Posted January 4, 2008 Author Posted January 4, 2008 sorry, i found the solution.... for readers, just need to change CurrentChannelNr property Quote
olixelle Posted January 6, 2008 Author Posted January 6, 2008 (edited) hello i'd like to disable OSD from the com interface i saw that there is an option in DVBViewer to disable osd but i dont know how to control it with the com interface same quesiton about hiding every window items such as toolbar, status bar, and window bar i tryed to find where preferences are stored but i didnt found... thanks in advance PS: i already search on the board... Edited January 6, 2008 by olixelle Quote
olixelle Posted January 6, 2008 Author Posted January 6, 2008 (edited) here is what i tried: Me.MyManager.SetSetupValue("General", "HideMenu", "1") Me.MyManager.SetSetupValue("General", "Statusbar", "0") Me.MyManager.SetSetupValue("General", "Toolbar", "0") Me.MyManager.SetSetupValue("OSD", "UseOSD", "0") Me.MyManager.ApplyConfig() but doesnt apply... another question: i tried to start a record using this: Me.MyManager.SendCommand(22) but it doesnt work too.... please Edited January 6, 2008 by olixelle Quote
Robo Posted January 18, 2008 Posted January 18, 2008 Setting CurrentChannelNr to the integer channel # works! Great thread, thanks. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.