R RonR Well-known member Joined Nov 23, 2007 Messages 82 Programming Experience 5-10 Nov 25, 2007 #1 how do I get the application path?
JohnH VB.NET Forum Moderator Staff member Joined Dec 17, 2005 Messages 15,875 Location Norway Programming Experience 10+ Nov 25, 2007 #2 Write "application." in code and review the options. It's better described in Framework documentation for Application class. Upvote 0 Downvote
Write "application." in code and review the options. It's better described in Framework documentation for Application class.
R robertx Member Joined Nov 23, 2007 Messages 7 Programming Experience 5-10 Nov 26, 2007 #3 VB.NET: Application.StartupPath Upvote 0 Downvote
R RonR Well-known member Joined Nov 23, 2007 Messages 82 Programming Experience 5-10 Nov 26, 2007 #4 thanks for the information guys. Upvote 0 Downvote