Printing to screen in VB.NET

  • Thread starter Thread starter Pushkaraj Deshmukh
  • Start date Start date
P

Pushkaraj Deshmukh

Hi,
Does any one know how we print to screen in VB.NET, equivalent to
printf in C?
I do not want to use MsgBox.

Regards
 
Hi,

Of course you could also use Debug.Writeline() to view in the Debug
(Immediate Window)

AndyJ
 
Back
Top