VB. Copiar. private void PrintStartupPath() { textBox1.Text = "The path for the executable file that " + "started the application is: " + Application.StartupPath; } ...
msdn.microsoft.com