Results 1 to 1 of 1

Thread: [2005] Outline with function prototypes only

  1. #1

    Thread Starter
    Hyperactive Member ZaNi's Avatar
    Join Date
    Jun 2006
    Location
    Australia
    Posts
    360

    [2005] Outline with function prototypes only

    I'm working with a program with 80+ functions. Its hard keeping track of them all, so I want to do a print-out with just the prototypes. Does anyone know an easy way to do this?

    (I could prototype all the functions and have the definitions later, but then I'd need to prototype all 80+ of them and I'd need to make sure both versions of the definition stayed the same as each other...)

    Thanks

    EDIT: It just occured to me that prototyping is in C++, and I don't know if it works in VB... Either way, I'm just looking for a way to view all the definitions of the functions at once so that I can track them all... I think I should also mention that I have regions and lots of comments, so that might interfer with the process (though I could live with having them in the printout)...

    Also, I could print the outline versions of the functions (I think its possible, anyway), but I don't think that includes the parameters (which I'd need).
    Last edited by ZaNi; Jul 27th, 2006 at 12:04 AM.
    * Don't limit yourself to sanity
    * I'd rather be optimistic and naive than pessimistic and right
    * Ask good questions, get good answers.

    My Codebank submissions:
    How to write one rountine to handle many events
    Accessing and Using variables across multiple forms
    Printing/Previewing a form or control

    Links I've "borrowed" from other people:
    vbdotnetboy - Awesome site for tips

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