ertan2002 adlı üyeden alıntı: mesajı görüntüle
  MessageBox.Show(System.AppDomain.CurrentDomain.FriendlyName);
            MessageBox.Show(System.Diagnostics.Process.GetCurrentProcess().ProcessName + ".exe");
            MessageBox.Show(System.IO.Path.GetFileName(System.Diagnostics.Process.GetCurrentProcess().MainModule.FileName));
Bunun için sanırım 3 metot var ?