I need to make a project that take a html file and outputs it into a EXE File.
The outputted file must just have a web browser with the HTML that will be written from our builder
This project is mostly same as this source
but can you please help me how to do that webbrowser thing.Code:http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=40144&lngWId=1
It must take html and either write it to the webbrowser control of output file
or make a html file and write the refrence to output fileCode:webbrowser.document.write
Please help me as soon as possible !!Code:webbrowser.navigate2 app.path & "\file.html"




Reply With Quote