Does any one know of a tool that will pring a vb project so that is is more readable. Something that might draw lines for your if's while's etc.
Thanks Scott
Printable View
Does any one know of a tool that will pring a vb project so that is is more readable. Something that might draw lines for your if's while's etc.
Thanks Scott
If you are having problems reading your code when you print it, it may be that the way you write the code could be the problem. If you don't mind people taking potshots at it, why don't you post one of your routines.
I think you're looking for some type of code generator like Grasp uses, but I don't know of any in VB. If you use good indention and commenting, though, you should be able to read your code quite easily.