binding Internet Explorer application to C# Program
-
Hi everybody!
Does somebody know how to bind an Internet Explorer Application to a C# program?
Numero5!
-
in ur toolbox u'll find webbrowser.
if u want to start the standard browser by pushing a
button or something else useSystem.Diagnostics.Process.Start("www.google.de", "");
this starts the standard browserSystem.Diagnostics.Process.Start("www.google.de", "iexplore.exe");
this starts the internet explorer