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

Thread: Printing Issue

  1. #1
    Join Date
    Aug 2001
    Location
    Bangalore
    Posts
    7

    Printing Issue

    Hi
    I unable to control page eject as we are using Paper rolls on Dot matrix printer, we do not need any page ejection, but continue printing information without ejecting. Please help how I could achieve this through either Crystal Reports or through VB.


  2. #2
    Join Date
    Mar 2000
    Posts
    145

    Re: Printing Issue

    You can use an API called WritePrinter which allows you to write "raw data" to a windows printer. This will give you full control over every character sent. Works very well with dot matrix printers. For examples, go to msdn.microsoft.com and search for "raw data printer" or go to www.codehound.com and search for "writeprinter".


  3. #3
    Join Date
    Aug 2001
    Location
    Bangalore
    Posts
    7

    Re: Printing Issue

    Excellent.
    Thanx for the help, It was very useful to me.


    Satheesh


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