FolderBrowseDialog without WinApi

  • Thread starter Thread starter Yura Tigiev
  • Start date Start date
Y

Yura Tigiev

Hello!

Is it possible to write (classical windows with My computers, My Desctop,
My networks Places end etc ) FolderBrowseDialog without use WinApi?
If yes, can you send source code ?

Yuri
 
Yura

From .NET framework 1.1, FolderBrowserDialog is available as a component in
toolbox. Thats the replacement of windows api's. If you are using VS.NET2003
check your toolbox for the component.
 
Hello
I would like to write my FolderBrowseDialog. I don't want use other
component.
I learn C# and if I could writhe this it will be better for me.

I found few samples on www.codeproject.com, but all this samples use winapi.
:(

Thanks,
Yuri
 
Back
Top