|
-
May 21st, 2004, 08:18 AM
#1
Thread Starter
Frenzied Member
printing your source code [RESOLVED]
Does anyone have a program that will give the option of printing each function and sub rather than printing an entire module?
Last edited by Andy; Aug 13th, 2004 at 12:06 PM.
-
May 21st, 2004, 08:27 AM
#2
Why don't you write one I'm sure it'd be popular on these 'ere forums.
I don't live here any more.
-
May 21st, 2004, 08:41 AM
#3
Lively Member
Right Click + Copy + Notepad + Right Click + Paste + Left Click + File + Left Click + Print + Left Click + OK.
But honestly, If you do find an addin that will do this... let me know.
Visual Studio .net 2003 EA
VB .net
C#
-
May 21st, 2004, 11:03 AM
#4
Frenzied Member
Not a program, but you can put the stuff you don't want printed in a region and close the region. I put all code in it's own regions - usually Form variables, Procedures, Functions, and Events, but sometimes by type - Dataset functions, Comboboxes, etc.
-
May 21st, 2004, 11:05 AM
#5
Fanatic Member
What not just select the code you want to print and go to File>Print and select "Selection". I don't think it would be hard to create a macro to do it though, but it seems like overkill to me.
www.RealisticGraphics.net
Running VS.Net Enterprise & VB 6
Other Languages: JavaScript, VBScript, VBA, HTML, CSS, ASP, SQL, XML
MSN Messenger: kmsheff
-
May 21st, 2004, 01:53 PM
#6
Thread Starter
Frenzied Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|