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

    Printing like DOS, without text formatting, how to?

    Is there some way to send to default printer some pure text, without formatting, like DOS?

    Marco Fonseca
    http://move.to/fonseca

  2. #2
    Join Date
    Sep 1999
    Location
    Red Wing, MN USA
    Posts
    312

    Re: Printing like DOS, without text formatting, how to?

    Have you tried printing directly to the Printer Port?, eg.

    Open "LPT1:" for Output as 1
    print #1, Text1
    Close 1





    Aaron Young
    Analyst Programmer
    [email protected]
    [email protected]
    Aaron Young
    Senior Programmer Analyst (Red Wing Software)
    Certified AllExperts Expert

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