Greetings !

First Post on this site, i just found it today ! it's lookin prety skippy !
i might be here a while !!! hehehe

ok, jsut some background. i have been programming for 21 years, i can write in 7 languages including VB, HTML, javascript, VBScript... and if any of you have heard of it... Mumps

I am creating a VB application, retrieving data into this app. i am in the process of creating an Object (currently only a module) to take teh info i have and export it to HTML format.

basically i am "printing to file" (HTML format)
does anyone know of existing source code that will already do this ?
i am eventually going to compile teh mod into a full stand alone Object to reuse it.
i can easily do all of this, but didnt want to have to re-invent the wheel if it is already out there...

BTW, i need the source code. i can not just use an existing DLL, or OCX. with the job i do, i have to validate the integrity of the software before it is put into production.

also, i will be adding in additional information to it so the document (once created as HTML) is self validating. if it is ever moved to a different location than it was originally written to on the network, the HTML doc pops up a message when tried to be viewed saying that it was moved, and it closes back down. (its a QC thing...) (this part is already working)

anyway... anyone know where i can get something like this ?