notooth Posted April 11, 2004 Posted April 11, 2004 Hi,Does anyone know how to make a web browser in an application using C# or VB? Please tell me. I appreciate your help .
Datalore Posted April 11, 2004 Posted April 11, 2004 Surprisingly, web browsers are really easy to create in VB or C#.Web Browser in C# and VB.NETCreate Your Own Web Browser in VB6If you need any more help, we're here for you
Datalore Posted April 11, 2004 Posted April 11, 2004 Here's a very simple browser I threw together in VB6 that you can take a look at. (Source Code included)SlimBrowser.zip
notooth Posted April 11, 2004 Author Posted April 11, 2004 The code works well. Thank you, DataLord. You always offer me good favor .
greghill Posted January 24, 2005 Posted January 24, 2005 Hello,I was wondering if the same thing can be done Visual C++? I am new to Visual Studio so am not sure of its capabilities.Thanks
tarquel Posted January 25, 2005 Posted January 25, 2005 Well handy that is Datalore but when you click Back (<) you get the error if there's no place to go back to:Run-time error '-2147467259 (80004005)':Method 'GoBack' of object 'IWebBrowser2' failedAny ideas on how to prevent this?Regards,Nath
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now