View Single Post
Old 05-28-2004, 06:40 AM   #3 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,490
sde is on a distinguished road
Hi Terry,

Actually this is very possible, although the difficulty is going to depend on your programming skills and how in depth you want this browser to be.

You would need MS Visual Studio. With that, you can import a COM browser object.

This is basically the IE engine. The easiest way to use it would probably be in C# or VB.NET. You would add the com web browser object to your tool bar and drag it to the graphical element of your form.

At that point, all it is is a blank browser window. You will have to add all the other elements on your own with the tools in Visual Studio.

It's not that difficult to get it started .. the difficulty will depend on your expertise with C# or VB.NET, and how complicated you want the browser to be.
__________________
Mike
sde is offline   Reply With Quote