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