Home
Manage Your Code
Snippet: Path - Application.StartupPath (Windows Form) (C#)
Title: Path - Application.StartupPath (Windows Form) Language: C#
Description: Where the application starts Views: 214
Author: Paulo Almeida Date Added: 11/28/2007
Copy Code  
1
2string printLabel = Application.StartupPath + @"\Resources\";