HOW TO OPEN HTML FILE USING VB6

Language

This is just a simple application which will open any html file that u stored in your computer..This is most useful for example u created a HELP file which is in form of Html,so when user click a help button direct it will open the help file using enternet explorer.......

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

Submitted byAnonymous (not verified)on Tue, 10/19/2010 - 18:47

good
Submitted byAnonymous (not verified)on Thu, 01/24/2013 - 12:43

Shell "Explorer " & "D:\SAMPLE VB\RTF2HTML\Files\" & FileName, vbMaximizedFocus

Add new comment