i want to make my own vb based browser... not with shodocvw.dll, but from scratch. anyone have a basic starter project? i'm planning on starting it at text-only level, and working up, so even just a html parser would be useful.
Printable View
i want to make my own vb based browser... not with shodocvw.dll, but from scratch. anyone have a basic starter project? i'm planning on starting it at text-only level, and working up, so even just a html parser would be useful.
I started making a small browser, with split capability.
You can try it out. (It is only in early stages)
you will need to add a webbrowser control into your project.
ummm. oh, it uses the shodocvb anyway. It is a cool program though.
and i didn't set up up split correctly i think...
here's a simple browser using winsock.
humm, i cant get it to load properly (seeing how you have vb6 and i have only 5). nevertheless, i get the idea (i think). do you store links in a different control then the whole document?