-
Hey all....
my associates and I are getting ready to completely overhaul a project and are looking for a nice way to print out our VB code in "COLOR". We would like a PRETTY hard copy to put on our table and keep track of changes and such. We are looking for something that will print out the code similar to the way it shows in VB using "BLUE" for keywords and GREEN for remarks etc.
Any IDEAS?
Thanks...
-
Two idea, but both of them would be long:
1-use print screen and paste it, modify it and print it!
or
2-copy and paste your code in a thread and use the button
'show a printable version' and all the code will be in vb code.
don't forget to put if you want color.
-
prettycode.print
I use prettycode.print from vbcity. Has all the features you are looking for. It's Freeware.
Chris.
-
Didn't know VB didn't actually print out color once you select print and print all source code........ Every method i can think of will take long........you can also do a s*** load of print screens but that would take forever.