How to add windows form control to MediaPortal (1 Viewer)

outofthebox

Banned Users
August 21, 2009
1
0
I'am writing a plugin, I need add a windows control to mediaportal form,for example:
Code:
  TextBox txt = new TextBox();
                       GUIGraphicsContext.form.Controls.Add(txt);
when I clike "fullscreen" menu, the textbox control disappear, any idea?:)
 

Users who are viewing this thread

Top Bottom