1
Answer

Retrieve Directory of exe

saphiroth42

saphiroth42

20y
1.6k
1
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
Ramesh Palaniappan
NA 13.2k 722.6k 8y
  1. [WebBrowsable(true),
  2. WebDisplayName("ListName"),
  3. WebDescription("ThisAcceptstextInput"),
  4. Personalizable(PersonalizationScope.Shared),
  5. Category("WarrantyMessages")]
  6. publicstringlistName{get;set;}
above code will add webpart property name "List Name"
Accepted