Process.Start : Process « System.Diagnostics « VB.Net by API






Process.Start

  
Imports System
Imports System.Drawing
Imports System.Data
Imports System.IO
Imports System.Collections
Imports System.Windows.Forms
Imports System.Xml

Public Class MainClass
    Shared Sub Main()
       System.Diagnostics.Process.Start("mailto:" & "youremail@yourserver.com")
    End Sub
End Class

   
    
  








Related examples in the same category

1.Process.GetCurrentProcess
2.Process.GetProcessesByName
3.Process.Kill
4.Process.NonpagedSystemMemorySize
5.Process.StartInfo
6.Process.VirtualMemorySize64