Liked us?

Everything to Improve Your knowledge Write console application vb.net | <a href="/">Detailed expert reviews</a>

Thursday, February 16, 2012

Write console application vb.net


Write console application vb.net
Referring this tutorial you can learn how to write console application using visual studio and these
Basic command:
        Console.Write(a)
        Console.WriteLine()
        Console.ReadLine()
How to open Console project
File -- > New -- > Project
Select Visual Basic
Select Console Application
See image :



Set Programme path and Name then click Ok.
Now you can write code here.

(i)                  Console.write()
Using this command you can retrieve one or more characters without insert new line.
Ex : Console.write(“www .etutez.com “)







(ii)    Console.writeline()
Using this command you can retrive one or more charactors with new line.
Ex : console.writeline (“www. etutez .com”)









(iii)               Console.Readline()
Using this command read character standard input stream.
Ex :
dim a as string
a=console.readline()
console.write(a)
if you enter www .etutez .com then below image..





3 comments to “Write console application vb.net”

  • February 23, 2012 at 11:21 AM

    Got to learn about visual studio first.

  • February 27, 2012 at 3:28 AM
    etutez says:

    I learnt visual studio. what's the matter???

  • May 12, 2013 at 12:28 AM
    Anonymous says:

    Really good information. keep posting. Tx.

Post a Comment

 

Liked

Detailed expert reviews Copyright © 2011 | Template design by O Pregador | Powered by Blogger Templates