Saturday, November 1, 2008

WebBrowser Control Customization

The WebBrowser control is a very useful control for showing rich content in your application. It can be customized to suit your needs. I was able to customize the context menu and add drag and drop feature by implementing the interfaces IOleClientSite, IDocHostUIHandler and IDropTarget. See the WebBrowser Customization tutorial on MSDN for details. Here is another very helpful link to a sample project regarding context menu customization.

No comments: