Try System.Diagnostics.Process.Start("MSInfo32.exe") Catch ex As Exception MessageBox.Show(ex.Message) End Try
try { System.Diagnostics.Process.Start("MSInfo32.exe"); } catch (Exception ex) { MessageBox.Show(ex.Message); }
LanceAppli("MSInfo32.exe")