Deploying webbrowser control

fishberg5051

Member
Joined
Jul 21, 2006
Messages
7
Programming Experience
Beginner
hello Forums! I have a question regarding writing an application in vb.net, creating a setup.exe and deploying.

In vb.net there is the infamous webbrowser component. I want to create a simple/stupid webbrowser, HOWEVER I have IE 6 installed, and say for example this gets deployed to a pc that has IE 7 installed. Does anyone know if the application would call on the IE 6 system .dll's or IE 7 system .dll's OR does it use the .net framework controls? Does anyone know how this works at all? Does this post even make sense? If anyone knows the answer to either question, kindly let me know. Thank you!:eek:
 
The WebBrowser control is a .NET control and provides to you the functionality defined by the .NET Framework. That's all you have to worry about. That functionality is not going to change from machine to machine.
 
Back
Top