Click here to Skip to main content
15,888,816 members
Home / Discussions / C#
   

C#

 
GeneralRe: IPv6 help Pin
Heath Stewart3-May-04 3:23
protectorHeath Stewart3-May-04 3:23 
QuestionPrograming USB in c++? Pin
lyto3-May-04 1:37
lyto3-May-04 1:37 
AnswerRe: Programing USB in c++? Pin
Corinna John3-May-04 1:50
Corinna John3-May-04 1:50 
QuestionBrowse files and folder control? Pin
Marlun2-May-04 23:19
Marlun2-May-04 23:19 
AnswerRe: Browse files and folder control? Pin
Mazdak3-May-04 1:51
Mazdak3-May-04 1:51 
GeneralRe: Browse files and folder control? Pin
Heath Stewart3-May-04 2:27
protectorHeath Stewart3-May-04 2:27 
GeneralRe: Browse files and folder control? Pin
Marlun3-May-04 2:51
Marlun3-May-04 2:51 
GeneralRe: Browse files and folder control? Pin
Heath Stewart3-May-04 3:08
protectorHeath Stewart3-May-04 3:08 
No, you can't do that with FolderBrowseDialog. Like I said, it wraps the SHBrowseForFolder Shell API. You should've read about that for more information.

If you're trying to make the umpteenth million Windows Explorer "replacement", you're definitely going to spend most of your time re-declaring unmanaged structs, interfaces, and P/Invoking lots of unmanaged APIs. The link mayasm gave you only shows yet another way to use a function that brings up the same (or very similar - in terms of implementation) dialog that SHBrowseForFolder does, only the latter API encapsulates all the ITEMIDLISTs and what-not, saving the caller a lot of work.

There was an article a long time ago I read either here on CodeProject or on MSDN[^] that discussed a way to do this. You might try searching google.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Browse files and folder control? Pin
Marlun3-May-04 6:01
Marlun3-May-04 6:01 
AnswerRe: Browse files and folder control? Pin
Meysam Mahfouzi3-May-04 2:06
Meysam Mahfouzi3-May-04 2:06 
GeneralRe: Browse files and folder control? Pin
Marlun3-May-04 2:52
Marlun3-May-04 2:52 
GeneralCalling crypt32.dll functions from C# Pin
jamie__smith2-May-04 22:55
jamie__smith2-May-04 22:55 
GeneralRe: Calling crypt32.dll functions from C# Pin
Mazdak3-May-04 1:47
Mazdak3-May-04 1:47 
GeneralRe: Calling crypt32.dll functions from C# Pin
Heath Stewart3-May-04 2:25
protectorHeath Stewart3-May-04 2:25 
GeneralRe: Calling crypt32.dll functions from C# Pin
jamie__smith3-May-04 3:33
jamie__smith3-May-04 3:33 
GeneralRe: Calling crypt32.dll functions from C# Pin
Heath Stewart3-May-04 3:46
protectorHeath Stewart3-May-04 3:46 
GeneralID3 algortithm Pin
Member 7511392-May-04 22:52
Member 7511392-May-04 22:52 
GeneralRe: ID3 algortithm Pin
Heath Stewart3-May-04 2:06
protectorHeath Stewart3-May-04 2:06 
Generalexplorer structure Pin
cristina_tudor2-May-04 22:05
cristina_tudor2-May-04 22:05 
GeneralRe: explorer structure Pin
Colin Angus Mackay2-May-04 22:29
Colin Angus Mackay2-May-04 22:29 
GeneralDesign database....... Pin
god4k2-May-04 21:27
god4k2-May-04 21:27 
GeneralRe: Design database....... Pin
Colin Angus Mackay2-May-04 21:38
Colin Angus Mackay2-May-04 21:38 
GeneralRe: Design database....... Pin
god4k3-May-04 1:02
god4k3-May-04 1:02 
GeneralRe: Design database....... Pin
Colin Angus Mackay3-May-04 1:28
Colin Angus Mackay3-May-04 1:28 
GeneralRe: Design database....... Pin
god4k3-May-04 17:19
god4k3-May-04 17:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.