|
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
|