Is it possible to capture the graphics object created by the Google Earth browser plugin from a .NET WebBrowser control?
With this graphics object I could create an image to use as the background image for a panel that I can then draw on top of.
You cannot just use a WebBrowser control under a Panel control as the Google Earth plugin does not work.
Getting the browser graphics object just returns blank. The browser DrawToBitmap method (no intelisense) returns the web page but without the Google Earth image.
Any ideas?