CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Generating a program listing

    How do I get a listing of the code for the entire program like I would have if I wrote the program in Qbasic?


  2. #2
    Join Date
    Feb 2000
    Location
    Kansas
    Posts
    49

    Re: Generating a program listing

    I'm assuming that you are wanting a print out of all the code in your project. All you have to do for that is go to the File menu, select Print..., in the Range section of the dialog box select Current Project, and in the Print What section check Code (using VB6, and I'm sure its the same for VB5).


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

Featured