09-10-2024
06:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
09-10-2024
06:47 AM
I looked into your code and I don't understand why you need to use BrowserPane when the requested content is derived from Windows.Forms.UserControl.
Isn't it better to use DockableWindow? C# sample is available for example here on my GitHub
Method BrowserPanes.AddByManifest is designed for placing ActiveX objects which is not your case in my opinion.