Print to terminal in VB.NET

pukya78

Member
Joined
Jun 5, 2006
Messages
15
Programming Experience
Beginner
Hi,
How do we print to a terminal instead of using MsgBox. (That is equivalent to printf in C.) Can someone help me out?

Regards,
P
 
Console.Write and its close cousins.

Please post in the most appropriate forum. The VS.NET forums are for IDE-related issues. The VB.NET forums are for language-related issues, which this is. I have moved it to VB.NET General because I don't know that it is for a Console application. Note that in a Windows app the Console class will write to the Output window while debugging.
 
Back
Top