VB web browser opening .html files

ahmdod5

Member
Joined
Jan 20, 2011
Messages
14
Programming Experience
5-10
i have my web browser made by visual basic have some
futeurs like history , bookmarks , downloader , HTML Editor , Source , etc
i make my it my default web browser
but when i open .html or .htm files how can i make it navigate to the HTML File ( and please without using open folder browser ) i wanna make it like mozilla or internet explorer navigate to the site i have saved befor or make it :cool:
 
I think you would have to look at accepting arguments on your program? Mybrowser.exe http://address or mybrowser.exe c:\file.html etc ?

Just a guess, I would assume windows parses that information as default when you associate that extension with a program?
 
Back
Top