Hi everyone,

I'm working on a program contains two "Windows Explorer" in one
form which allows people to copy files from one to another. I searched
in CodeProject and Google but only got some messages about how to make
a fake "Windows Explorer", not embedding one into a winform.
I also found something about SHFolderView, but I don't know how to use
it.

Did anyone have experiences about this before? Any help is
appreciated.


Regards,
Anderson

Re: Help! How to embed a "windows explorer" into a form? by David

David
Tue Apr 24 21:18:46 CDT 2007

You might check out this page:
http://www.codeproject.com/vb/net/VbNetExpTree.asp

it should at least get you started. Make what you see a user control, put
two of them on a form, add some 'copy from/to' logic and you've got it.

David Wier
August Wind Software
iWrite Professional - now in beta (http://beta.iwritePro.com)


"Anderson" <anderson_geller@yahoo.com> wrote in message
news:1177467100.423783.131800@t38g2000prd.googlegroups.com...
> Hi everyone,
>
> I'm working on a program contains two "Windows Explorer" in one
> form which allows people to copy files from one to another. I searched
> in CodeProject and Google but only got some messages about how to make
> a fake "Windows Explorer", not embedding one into a winform.
> I also found something about SHFolderView, but I don't know how to use
> it.
>
> Did anyone have experiences about this before? Any help is
> appreciated.
>
>
> Regards,
> Anderson
>