BP Forums
Custom Webbrowser Component - Printable Version

+- BP Forums (https://bpforums.info)
+-- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=55)
+--- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=56)
+---- Forum: VB.NET (Visual Basic 2010/2008) (https://bpforums.info/forumdisplay.php?fid=8)
+----- Forum: Programming Help (https://bpforums.info/forumdisplay.php?fid=9)
+----- Thread: Custom Webbrowser Component (/showthread.php?tid=363)



Custom Webbrowser Component - vbcodegeek - 07-11-2011

I was just in the middle of making a webbrowser project. For this project I do not want to use the webbrowser component that comes with Visual Basic 2010 Express. I wanted to make a custom webbrowser component from scratch (like the GeckoWebBrowser component) but don't know how. Can anyone Please help me out here?


Re: Custom Webbrowser Component - xolara - 07-11-2011

you will basicly need Class files and make a .dll out of it

but a fair warning here a custom webbrowser component is very complicated.. just so you know ^^


Re: Custom Webbrowser Component - vbcodegeek - 07-12-2011

Thanks xolara! Now I can get back to work. <!-- sSmile --><img src="{SMILIES_PATH}/icon_e_smile.gif" alt="Smile" title="Smile" /><!-- sSmile -->
I have one question first. Where should I start Coding?