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