Click to See Complete Forum and Search --> : Printing Directly in LPT (VB.Net-2005)


madhu_j
January 16th, 2009, 07:30 AM
Hi,
What is the equivalent code for the following VB6.0 code in VB.Net-2005.

Open "LPT1:" For Output Access Write As #1
Print #1, "Content"

Thanks in Advance.
-Madhu