Quick Search for:  in language:    
Converts,projects,html
   Code/Articles » |  Newest/Best » |  Community » |  Jobs » |  Other » |  Goto » | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
Visual Basic Stats

 Code: 3,014,970. lines
 Jobs: 119. postings

 How to support the site

 
Sponsored by:

 

You are in:

 
Login



Latest Code Ticker for Visual Basic.
Click here to see a screenshot of this code!Song/Poem Assistant
By Peter Rowan on 7/2

(Screen Shot)

Click here to see a screenshot of this code!GPA Cal
By KBM-00 on 7/2

(Screen Shot)

Click here to see a screenshot of this code!Connection Via the Telephone line.No internet or cable.Just the telephone line
By Nass ClickMan on 7/2

(Screen Shot)

DBTool
By Make Strömberg on 7/2


Click here to see a screenshot of this code!MSChart Simple Example
By Sebastian Pereira on 7/2

(Screen Shot)

CString v1.5
By Ultimatum on 7/2


Tablature Pro
By Michael McMullen on 7/2


Click here to see a screenshot of this code!MSN Password Decryptor
By Muhammad Sufyan Ansari on 7/2

(Screen Shot)

Mp3 Paker
By Michael McMullen on 7/2


Click here to put this ticker on your site!


Add this ticker to your desktop!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!





Affiliate Sites



 
 
   

VB to HTML

Print
Email
 
winzip icon
Submitted on: 3/16/2000
By: Bryan Cairns  
Level: Advanced
User Rating: By 18 Users
Compatibility:VB 5.0, VB 6.0

Users have accessed this code 9373 times.
 
 
     Converts Vb projects to html
 
winzip iconDownload code

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

Virus note:All files are scanned once-a-day by Planet Source Code 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.
3)Scan the source code with Minnow's Project Scanner

If you don't have a virus scanner, you can get one at many places on the net including:McAfee.com

 
Terms of Agreement:   
By using this code, you agree to the following terms...   
1) You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.   
2) You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
3) You may link to this code from another website, but ONLY if it is not wrapped in a frame. 
4) You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.
 
Report Bad Submission
Use this form to notify us if this entry should be deleted (i.e contains no code, is a virus, etc.).
Reason:
 
Your Vote!

What do you think of this code(in the Advanced category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor See Voting Log
 
Other User Comments
3/16/2000 11:50:22 PM:villain
This is awesome! Really good - it 
actually works :)  The only thing 
missing, is that when it outputs to 
html, it should keep the formatting 
from the code (indents etc) such that 
it is easier to read
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
3/17/2000 2:21:29 AM:M.I.X
Nice pice of work.
I really like this 
Code Work..
Well done and thanks for 
some great codes!
M.I.X
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
3/17/2000 1:47:55 PM:Bryan Cairns
Cool - thanks guys, was not even sure 
that anyone would find this usefull. I 
use it everyday at work as a time saver 
cause my boss wants to document 
EVERYTHING :)
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
4/14/2000 10:41:18 AM:Somu
Wow! Its simply Great Code. Keep up the 
good work. If could implement formating 
the source output (Indent,etc), it 
would be a great code.
Somu
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
4/26/2000 11:05:45 AM:gary
You probably already are planning this, 
but in case your not... It would be 
incredibly useful to be able to click 
on the procedure name and be linked to 
the source for just that procedure. 
Along with a general Source Link, you 
could provide a link that shows the 
modules code that exists outside of 
procedures (ie, declarations, etc). 
This product has the potential of being 
a very useful tool.  You might 
consider, loading this disected data 
into a SQL7 database, where it could be 
analyzed in a variety of ways.  
Whichever way you go, I'll be grabbing 
the updates!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
4/27/2000 5:21:22 AM:ariad
Not too bad at all... A very nice piece 
of work, certainly the base of a more 
useful tool. Keep it up!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
4/27/2000 5:21:22 AM:ariad
Not too bad at all... A very nice piece 
of working, certainly the base of a 
more useful tool. Keep it up!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
4/27/2000 8:17:31 PM:Nico
Bryan,I tried your code 
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
4/27/2000 8:18:12 PM:Nico
Bryan,
I tried your code & as you say, 
it locks. I did various changes & it is 
ok now.
(1) Put DoEvents in all 
loops(Do/While/For) Don't know which 
one did the trick.
(2) Changed in mod 
VBDoc.bas, in WriteVBHTMLFile,the loop 
to get the files from the list. I 
put
For etc.......Count -1
(3) I 
created Form_Unload with Unload.Me
(4) 
I created Form_QueryUnload to cater for 
when the user chooses the Close command 
from the Control Menu, to end the 
program. Else you get a 'Subscript out 
of range' in VBDoc.Bas, WriteVBHTMLFILe 
if the form is closed < the process is 
completed. E.G:
If Unloadmode = 
vbFormControlMenu Then
 Unload Me
End 'Must have an END here
End 
If
Thanks
Nico at np069@telinco.co.uk
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
5/1/2000 6:53:30 PM:ringle
Looks good.  Only one small suggestion, 
you may want to think about adding the 
ability to document class modules.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
11/18/2000 11:30:02 AM:Ackbar
You should think about writing this to 
work with c/c++ as well maybe other 
languages and have it with several 
templates to use. You could probably 
make a little money on it if you gave 
it enough options. I gave you a 5
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
1/18/2001 8:48:07 AM:Philipp Weidmann
Great! Thank you for sharing it.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
Add Your Feedback!
Note:Not only will your feedback be posted, but an email will be sent to the code's author in your name.

NOTICE: The author of this code has been kind enough to share it with you.  If you have a criticism, please state it politely or it will be deleted.

For feedback not related to this particular code, please click here.
 
Name:
Comment:

 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Feedback | Customize | Visual Basic Home | Site Home | Other Sites | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright© 1997 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.  Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.