Using IE Web Browser Control in .NET
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
I am considering a situation where I have (n) number of form windows, each with an instance of the Microsoft Web Browser Control (IE) on each form. In each web browser control is an HTML page that has a Java applet. This is the only way I am aware of to get a Java applet to paint within a .NET Forms window. Given that scenario I am trying to determine whethere there would be one Java VM loaded for all of the (n) applets inside the (n) MS Web Controls? Or would there be one Java VM loaded for each applet? Also, if using IE6, what JVM is being used? Microsoft's or Sun's? Also, are there any thoughts on what overhead there would be in having multiple instances of the MS Web Control? I am expecting upwards of 10-15 as a worst case.