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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top