Reply to thread

For my plugin MCE i need to add a WebBrowser control in MP but for now i can't...


By adding a webbrowser (AXWebBrowser or Webbrowser), all page are opened in a new windows (Downloading file)

I think it is because of using directx ? but when I desactivate it, it do the same...

 It is strange : It is as I use IE with Alt pressed...

 I take a look on the Mozila pluging but nothing more than my...

I use this to add WebBrowser : GUIGraphicsContext.form.Controls.Add(wb);


my plugin is ready for a beta on a standard Form but not in MP...


Could you help me ?


Top Bottom