I am working on an application written in VB.NET. I need to allow the user the ability to specify a folder for use later in the program. How do I display the BrowseForFolder Dialog? I've searched around for code examples to no avail....
My employer is developing a large application which makes use of Microsoft Reporting Services. We were informed that Reporting Services security plays nicely with Active Directory (as you might guess it would). So, the idea was brought forward to manage our applications reporting security with Active Directory, but we did not want this to be a manual process. We needed a way to automate this. Our application manages projects. Those people in those projects are managed in the project roster. If w...