how to make mini project in vb.net

In Visual Studio create a new console project. Inside the presented source code, between the lines Sub Main and End Sub, write

Console.WriteLine ("Hello world. Try to press a key")
   Console.ReadKey

Compile and execute. You can guess the result.

Hope this helps

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.