CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: VictorN

Search: Search took 0.16 seconds.

  1. Re: Printing Chinese/unicode characters to a Line Printer using the WritePrinter meth

    You could draw any text directly to the printer device context. Search MSDN for example...
  2. Re: Printing Chinese/unicode characters to a Line Printer using the WritePrinter meth

    Then do NOT use WritePrinter if you cannot tell it that buffer contains UNICODE characters!
  3. Re: Printing Chinese/unicode characters to a Line Printer using the WritePrinter meth

    How does "the writePrinter method in c++" know that data in the buffer represents Chinese/unicode characters rather than some ANSI text?
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured