Exporting VB code to RTF or HTML format with Syntax Highlighting
Posted
by Stefaan Casier
on January 30th, 2004

Simply open the code to export or paste it in the textbox.
If your aim is to convert it to rtf-format, first push the 'VB Colors' button. Then you save it using the right extension (rtf) or you select all, copy it and paste it in for instance Wordpad or Word.
If your aim is to convert it to html-format, just save it chosing the htm extension. The program will ask you to give a title for the html-page it generates.
The program relies upon a separate file, VBKeyW.txt , to provide all of the VB keywords - this could of course be hard-coded into the program.
PROJECT NAME CodeExport_project.vbp ENVIRONMENT This is a VB5 project, which will run under Windows 9x. (it is made under Windows 95b) One extra control is used besides the basic VB-controls namely, the Rich Text Box Control. YOU CAN LEARN to parse text into pieces-items assemble html-pages on the fly a minimal use of the Rich Text Box Control COPYRIGHT None. I made the code myself and everybody is free to use it. RUNTIME FILES CodeExport.exe CodeExpHlp.txt VBKeyW.txt CODE FILES CodeExport.vbp/.vbw frmCode.frm/.frx CodeExp.bas CD_File.bas

Comments
Form to HTML in run-time
Posted by Legacy on 06/26/2003 12:00amOriginally posted by: Antonio Leitao
Hi,
ReplyI would like to know to create an HTML file based in information from a Form menu (with datagrid), in run-time. The idea it's to have a command bottom that will generate the HTML file in order to send it by e-mail.
Converting VB Code To HTML
Posted by Legacy on 12/30/2000 12:00amOriginally posted by: Matt Cowan
Thanks for this free code.
This is very useful for writing up documentation helpfiles in HTML (in regards to commenting VB code), as well as for training purposes.
Sincerely,
ReplyMatt Cowan
how to convert a vb form to rtf
Posted by Legacy on 11/26/2000 12:00amOriginally posted by: Ram Hachmon
ReplyAbout Converting VB Form files to HTML
Posted by Legacy on 08/30/2000 12:00amOriginally posted by: Kiran MVSS
The code which was written by you is very nice and i am appreciating you that you did an exellent job.
But we want a tool or a program which will convert the VB Form controls to HTML form or in HTML code...
If it is possible please tell me the site or mail to me
Bye
Regards
Kiran
ReplyGoing to use it for office VBA
Posted by Legacy on 08/18/2000 12:00amOriginally posted by: Max Rottersman
Will use this to colorize a system I have for saving Excel VBA modules in HTML. Very useful and well done. Thanks!
ReplyRTF and VB
Posted by Legacy on 04/27/2000 12:00amOriginally posted by: Michael Neuhaus
Thank you for providing the free code, explaining how to
colorized vb code and convert it to rtf/html.
Another thing I'm looking for is, a simple way to convert
RTF to HTML.
This should really be quite simple (?), but befor coding
myself I'm now searching for some tools ....
Does anybody know about something like that ?
Regards,
ReplyMichael Neuhaus