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

Code:
http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=40144&lngWId=1
but can you please help me how to do that webbrowser thing.

It must take html and either write it to the webbrowser control of output file

Code:
webbrowser.document.write
or make a html file and write the refrence to output file

Code:
webbrowser.navigate2 app.path & "\file.html"
Please help me as soon as possible !!