T
Tony
I have this in VB6
Open "lpt1" For Output As #1
Print #1, "abc"
Close (1)
How to do this in VB.NET? I am trying with FileOpen but it doesnt work. Can
anyone help?
Thanks
Open "lpt1" For Output As #1
Print #1, "abc"
Close (1)
How to do this in VB.NET? I am trying with FileOpen but it doesnt work. Can
anyone help?
Thanks