Results 1 to 6 of 6

Thread: printing your source code [RESOLVED]

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489

    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.

  2. #2
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682
    Why don't you write one I'm sure it'd be popular on these 'ere forums.
    I don't live here any more.

  3. #3
    Lively Member JAtkinson's Avatar
    Join Date
    Feb 2004
    Location
    Richmond, VA
    Posts
    68
    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#

  4. #4
    Frenzied Member
    Join Date
    Feb 2003
    Location
    Argentina
    Posts
    1,950
    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.

  5. #5
    Fanatic Member RealisticGraphics's Avatar
    Join Date
    Jul 1999
    Location
    Arkansas
    Posts
    655
    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

  6. #6

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489
    Originally posted by wossname
    Why don't you write one I'm sure it'd be popular on these 'ere forums.
    {and as Andy stared into the sky, thinking to hisself "Wow, I COULD write a program to do that!" he had a revelation}

    lol It wouldn't be hard at all to parse out the routines, would it?

    I was just thinking one was already written.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width