View Single Post
Old 01-03-2007, 07:21 PM  
tical
Confirmed User
 
Join Date: Feb 2002
Location: Las Vegas
Posts: 6,504
thats a shitty first project, here you go... same end result

Code:
Console.Writeline("Welcome to VB.net")
Dim name as String
name = InputBox("What is your name?")
Console.Writeline("Hello, " & name & "!")
__________________
112.020.756
tical is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote