Printing Console Application

vb , vb.net , console Kingston, Canada
  • 12 years 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 a reply

Enter your message below

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

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“It works on my machine.” - Anonymous