-
Browser
Hello,
I want to make a program that includes web browser inside itselef,
and then distribute it to other Win95/98/Me/NT/2000 users.
I use VB5.0 & Windows 95
1) Is there any ActiveX control that does what I need to do?
Note: As you know there are some versions of Windows 95 that don't have
Internet explorer installed with, and I have this version and there are
some users that have this version.
2) Can I print the contents of the the ActiveX Browser?
3) Have I to upgrade Windows or Visual Basic to perform such task?
Thanks,
Belal Marzouk
-
the is the MS internet Control. that is a Browser...
-
There is a web browser control comes with internet explorer
just add refernce to microsoft internet controls in your project reference and use object browser for webbrowser object to show all
of its methods and properties.
create an object of webbrowser object in your code and then use it.
it is a complete browser like explorer 5.