Home All Groups Group Topic Archive Search About

Printing to screen in VB.NET

Author
5 Jun 2006 6:55 AM
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



*** Sent via Developersdex http://www.developersdex.com ***

Author
5 Jun 2006 4:15 PM
Ken Tucker [MVP]
Hi,

         I think you mean console.writeline

Ken
---------------------
Show quoteHide quote
"Pushkaraj Deshmukh" wrote:

> 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
>
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
>
Author
11 Jun 2006 2:56 AM
AndyJ
Hi,

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

AndyJ

Show quoteHide quote
"Ken Tucker [MVP]" wrote:

> Hi,
>
>          I think you mean console.writeline
>
> Ken
> ---------------------
> "Pushkaraj Deshmukh" wrote:
>
> > 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
> >
> >
> >
> > *** Sent via Developersdex http://www.developersdex.com ***
> >