Easy Greetings scripts

Author Message
Randbgames

  • Total Posts : 1
  • Scores: 0
  • Reward points : 0
  • Joined: 11/4/2008
  • Status: offline
Easy Greetings scripts Wednesday, November 05, 2008 12:02 PM (permalink)
0
Original message moved by ebgreen
Reason : Moved to proper forum
Ok well this is a tutorial on how to make a simple program called greetings. Now what I have is some code that I made and all you have to do is copy and paste.
 
Now for the Microsoft Visual Basics 2008 Express Edetion, you will first start off by creating a new project. Select the Console Application and name it to somthing like Greetings or whatever you may want to name it. Then select OK. Then a window should pop up and say Module1.vb. Now you can copy the code and paste it in the document you just created after Sub Main ( ). The code is listed below.
 
Console.WriteLine ("Welcome to Visual Basics .NET Tutorial. Please suscribe!")
Console.Write ("Please type your name: ")
Dim name As string
name = Console.ReadLine ( )
Console.WeiteLine("Hello, {0} !", name)
Console.WriteLine ( )
Console.WriteLine ("Press Enter to quit...")
Console.ReadLine ( )
 
 
 
Now all this coding should work, but if there are any errors just let me know. Now hope you like the tutorial and have fun Programming.
 
 
#1

    Online Bookmarks Sharing: Share/Bookmark

    Jump to:

    Current active users

    There are 0 members and 1 guests.

    Icon Legend and Permission

    • New Messages
    • No New Messages
    • Hot Topic w/ New Messages
    • Hot Topic w/o New Messages
    • Locked w/ New Messages
    • Locked w/o New Messages
    • Read Message
    • Post New Thread
    • Reply to message
    • Post New Poll
    • Submit Vote
    • Post reward post
    • Delete my own posts
    • Delete my own threads
    • Rate post

    2000-2012 ASPPlayground.NET Forum Version 3.9