Retrieve Directory of exe
Hi,
How can I retrieve the directory of where the VB.NET exe is located after the install or just the exe by it self?
Thank you
Answers (1)
1
- [WebBrowsable(true),
- WebDisplayName("ListName"),
- WebDescription("ThisAcceptstextInput"),
- Personalizable(PersonalizationScope.Shared),
- Category("WarrantyMessages")]
- publicstringlistName{get;set;}
above code will add webpart property name "List Name"
Accepted