Search for
in snippet title/description
in snippet text
Browse Code
Add-Ins
Blog
Language Feeds
Service Stats
FAQs
Feedback
About
Manage Your Code
Login
Register
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
2
string
printLabel = Application.StartupPath + @"\Resources\";
string printLabel = Application.StartupPath + @"\Resources\";