Home All Groups Group Topic Archive Search About

Windows Explorer Integration

Author
9 Feb 2006 2:13 PM
teaboy
Is there a simple way to integrate the Windows Explorer type windows
into a VB.NET app?

I've tried using Internet Explorer (AxInterop.SHDocVw.dll) and browsing
to the local folder, which works OK; but when I try to browse to a
network share then I get security warning messages. As far as I can
tell, the only way to disable these warnings is to set the security
level of the intranet zone to low. But this isn't very practical.

Are there any other ways?

Author
10 Feb 2006 12:59 AM
Ken Tucker [MVP]
Hi,

        Take a look at the vbpowerpack folder viewer and file viewer
controls.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/vbpowerpack.asp

Ken
------------------------
<tea***@ncclan.co.uk> wrote in message
Show quoteHide quote
news:1139494435.162802.95340@f14g2000cwb.googlegroups.com...
> Is there a simple way to integrate the Windows Explorer type windows
> into a VB.NET app?
>
> I've tried using Internet Explorer (AxInterop.SHDocVw.dll) and browsing
> to the local folder, which works OK; but when I try to browse to a
> network share then I get security warning messages. As far as I can
> tell, the only way to disable these warnings is to set the security
> level of the intranet zone to low. But this isn't very practical.
>
> Are there any other ways?
>
Author
10 Feb 2006 1:34 PM
teaboy
Thanks for the reply. But this isn't what I was looking for. I have
coded something myself which is similar but behaves more like Windows
Explorer but it's still not Windows Explorer.

Any other ideas?