Reply to thread

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);[/CODE]

when I clike "fullscreen" menu, the textbox control disappear, any idea?:)


Top Bottom