File and Folder Browser

  • Thread starter Thread starter Tom P.
  • Start date Start date
T

Tom P.

I have searched and the only stuff I can find is out of date (or I
can't figure it out).

I'm trying to make a browser that will accept Files or Folders as a
target. First off, does this even sound logical? I'm making a sync
type application and you may want to sync a single file or an entire
directory, right?

OK, so I'm searching and find somebody that suggested you inherit from
OpenFileDialog and flesh out the rest (overriding HandleProc). Well,
the problem is OpenFileDialog is sealed, so I can't.

Any help on this would be appreciated. If I have to write the whole
thing myself then so be it, but I'd rather not.

Tom P.
 
Hi,

You can try to use our Dialog Workshop .NET components.
Our Open/Save dialog components allow you to select both files and folders
(provided samples show how to do it).
Alsoe many other unique features exist.

Please visit http://www.componentage.com for details.

Alexander Petrov
COMPONENTAGE Software
 
Hi,

You can try to use our Dialog Workshop .NET components.
Our Open/Save dialog components allow you to select both files and folders
(provided samples show how to do it).
Alsoe many other unique features exist.

Please visit http://www.componentage.com for details.

Alexander Petrov
COMPONENTAGE Software
 
Back
Top