KB Doc w/no content

  • Thread starter Thread starter Jerry West
  • Start date Start date
J

Jerry West

I was looking for a way to implement a managed component to wrap the Browse
For Folder common dialog. I saw that there is a KB doc just for this task.
So I went to review it and noted that it contains absolutely nothing!! There
is no content. And then at the bottom it ask whether or not the article was
helpful or not. Ha!

support.microsoft.com/kb/811004

Anybody know where to find this document or can point me to a helpful
resource just for this task?

Thanks!

JW
 
Anybody know where to find this document or can point me to a helpful
resource just for this task?

Hello Jerry,

If you are compiling against .NET Framework 2.0 or later, you can use the
built-in FolderBrowserDialog [1] from the Toolbox. Otherwise, check out the
C# wrapper implementation by vbAccelerator [2].

[1]
http://msdn2.microsoft.com/en-us/library/system.windows.forms.folderbrowserdialog.aspx
[2]
http://www.vbaccelerator.com/home/NET/Code/Libraries/Shell_Projects/Folder_Browser/article.asp

Best Regards,
Stanimir Stoyanov
www.stoyanoff.info | www.aeroxp.org
 
Back
Top