CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 1999
    Posts
    34

    Print a txt file

    Hello
    I have to print a txt file to the default printer !
    What is the code to do this ???
    Thanks


  2. #2
    Guest

    Re: Print a txt file

    In VB, the printer is treated as an object.
    Type in the word Printer, then type in the . and you will see a list of things you can do ....

    Printer.Print


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