Get the location of the installed application VB.NET

I published an application on vb.net. Users will be able to install the application anywhere on the computer (or maybe not where they choose, but the default location is Where). How can I programmatically get the location where the user installs the application? In other words, I need the application to know where it is running. How do I detect it?
At runtime, you can use:

Application.StartupPath

I published an application on vb.net. Users will be able to install the application wherever they choose on the computer (or maybe not what they choose Anywhere, but where is the default location). How can I programmatically get the location where the user installs the application? In other words, I need the application to know where it is running. How do I detect it?

At runtime, you can use:

Application.StartupPath

WordPress database error: [Table 'yf99682.wp_s6mz6tyggq_comments' doesn't exist]
SELECT SQL_CALC_FOUND_ROWS wp_s6mz6tyggq_comments.comment_ID FROM wp_s6mz6tyggq_comments WHERE ( comment_approved = '1' ) AND comment_post_ID = 3457 ORDER BY wp_s6mz6tyggq_comments.comment_date_gmt ASC, wp_s6mz6tyggq_comments.comment_ID ASC

Leave a Comment

Your email address will not be published.