http://www.vb-helper.com/HowTo/srctohtm.zip

	Purpose
Convert VB source code into HTML code

	Method
Read the code one line at a time. Convert these characters:

	&	&amp;
	"	&quot;
	<	&lt;
	>	&gt;

If a line contains a ' not inside a string, treat the rest of the line as
a comment and make it bold.

If a background color is selected, place the code in a table with that
background color. Otherwise just use the <TT><PRE> tags to align the code
properly.

	Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling. You can use the example in any form, but please mention
www.vb-helper.com.
