Windows System VB.Net

Imports System
Imports System.Drawing
Imports System.Data
Imports System.IO
Imports System.Collections
Imports System.Windows.Forms
Imports System.Drawing.Printing
Public Class MainClass
    Shared Sub Main()
        System.Diagnostics.Process.Start("http://www.rntsoft.com")
    End Sub
End Class