Groups | Blog | Home
all groups > c# > july 2004 >

c# : FolderBrowseDialog without WinApi


Shakir Hussain
7/19/2004 2:32:29 PM
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.

--
Shak
(Houston)


[quoted text, click to view]

Christopher Kimbell
7/19/2004 10:10:04 PM
If you are using .NET 1.0, have a look at the Genghis project
http://www.sellsbrothers.com/tools/genghis/
It contains a dialog that wraps an internal .NET dialog, in addition to a
lot of other useful things.

Chris

[quoted text, click to view]

Yura Tigiev
7/19/2004 10:51:17 PM
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 Tigiev
7/20/2004 8:43:27 AM
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



[quoted text, click to view]

AddThis Social Bookmark Button