Community discussion forum

Printing Console Application

  • 9 months ago
    I just started a console application and added some basic code: FileOpen(1, "E:\testconsole.txt", OpenMode.Input) Input(1, UserName) FileClose(1) Console.Write(UserName) Console.SetCursorPosition(10, 0) Console.Write("New Text") Console.ReadLine() I would like to send the text on my console window to my printer. Any ideas? I have searched google and yahoo and I am getting a lot of results showing different ways of printing to the console window but not to the printer. thanks
    Post was edited on 12/02/2009 03:25:32 Report abuse

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

We'd love to hear what you think! Submit ideas or give us feedback