VB .NET - find Dropbox folder location?

I am creating an application in VB 2010 that will open/edit files in the user's Dropbox folder (so they can be easily edited by multiple people). I just need to know how to programatically get the path to the user's Dropbox folder. Anybody know how?

2012-12-05T10:50:00Z

Building on the site linked to by Sean N, here is a link to the code I used to get the Dropbox path in VB 2010:
https://dl.dropbox.com/u/39876375/VB%20-%20Dropbox%20folder%20path.txt

Sean N2012-12-04T10:00:05Z

Favorite Answer

Here is an example in C#. Just use a convertor to vb.net
http://stackoverflow.com/questions/9660280/how-do-i-programmatically-locate-my-dropbox-folder-using-c

bastick2016-11-16T11:42:26Z

Dropbox Folder Location