Reply to thread

Hi


Is it possible to have a process-plugin that can contain the code below, and if yes, which references should I have in my project?


        protected override void OnPageLoad()

        {

            base.OnPageLoad();

        }


When debugging it says that

[CODE]Error    1    'MediaPortal.Plugins.MediaStream.OnPageLoad()': no suitable method found to override[/CODE]


I'm guessing thats because I'm missing a reference, but can't figure out which!


With the code I wan't to modify a allready existing window...


:D


Top Bottom