How to Create a Browser in VB6
This tutorial is about how to create a simple browser in vb 6.
- First open a form in VB 6.
- Add a Text box and 3 Buttons,change their caption to Go, Back, Forward and Refresh and name them cmdgo,cmdback,cmdforward and cmdrefresh.
- Now go to Project menu,click on Components ,find "Microsoft Internet Controls," check it and click "Apply" and then "Close."
- Add WebBrowser tool on your form.
- Add the code bellow on it.
No comments:
Post a Comment