//ファイル名を含むフルパスと、フォルダのパス
MessageBox.Show(Application.ExecutablePath + "\n" + Application.StartupPath);

Accessノーマルフォームの作り方
//ファイル名を含むフルパスと、フォルダのパス
MessageBox.Show(Application.ExecutablePath + "\n" + Application.StartupPath);
コメント