How to Show Hello Word! in VB.NET (Visual Basic)



module m
sub main
Console.WriteLine("Hello World!")
end sub
end module

Output :


Comments

Popular posts from this blog

How to make an Automated Refreshing Web Browser Using VB.NET

How to make a text to speech program in vb.net