Home All Groups Group Topic Archive Search About

Opening Folder Browse Dialog On Client Side

Author
21 Nov 2007 4:09 PM
Moshiko
Hi guys,

I am writing a website and I would like to write a user control
(ActiveX? DLL?) that can open the Windows Folder Browse Dialog from
the client.

I do have a user control (a DLL project)  that opens the relevant
Dialog box.

I have problems integrating it in my website - I would like users to
use that control (i.e. open and select a folder) from the Web browser.

Please let me know if any of you did something like this before.

Thank you in advance,

Moses

Author
21 Nov 2007 9:27 PM
Newbie Coder
Moshiko,

Ask in the microsoft.public.dotnet.framework.aspnet newsgroup

--
Newbie Coder
(It's just a name)



Show quoteHide quote
"Moshiko" <sharpinstin***@gmail.com> wrote in message
news:ecf7940a-fec3-423b-a284-326aa26c4401@i37g2000hsd.googlegroups.com...
> Hi guys,
>
> I am writing a website and I would like to write a user control
> (ActiveX? DLL?) that can open the Windows Folder Browse Dialog from
> the client.
>
> I do have a user control (a DLL project)  that opens the relevant
> Dialog box.
>
> I have problems integrating it in my website - I would like users to
> use that control (i.e. open and select a folder) from the Web browser.
>
> Please let me know if any of you did something like this before.
>
> Thank you in advance,
>
> Moses
Author
22 Nov 2007 6:15 AM
coolCoder
On Nov 21, 9:09 pm, Moshiko <sharpinstin***@gmail.com> wrote:
Show quoteHide quote
> Hi guys,
>
> I am writing a website and I would like to write a user control
> (ActiveX? DLL?) that can open the Windows Folder Browse Dialog from
> the client.
>
> I do have a user control (a DLL project)  that opens the relevant
> Dialog box.
>
> I have problems integrating it in my website - I would like users to
> use that control (i.e. open and select a folder) from the Web browser.
>
> Please let me know if any of you did something like this before.
>
> Thank you in advance,
>
> Moses

Hi,

I dont know the details, but cant you use the FileUpload control ? It
has the dialog box built in you are talking about.

Thanks,
coolCoder

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
If you find this post helpful, please rate it.
Author
22 Nov 2007 8:02 AM
Moshiko
On Nov 22, 8:15 am, coolCoder <anant.yadunath.kulka***@gmail.com>
wrote:
Show quoteHide quote
> On Nov 21, 9:09 pm, Moshiko <sharpinstin***@gmail.com> wrote:
>
>
>
>
>
> > Hi guys,
>
> > I am writing a website and I would like to write a user control
> > (ActiveX? DLL?) that can open the Windows Folder Browse Dialog from
> > the client.
>
> > I do have a user control (a DLL project)  that opens the relevant
> > Dialog box.
>
> > I have problems integrating it in my website - I would like users to
> > use that control (i.e. open and select a folder) from the Web browser.
>
> > Please let me know if any of you did something like this before.
>
> > Thank you in advance,
>
> > Moses
>
> Hi,
>
> I dont know the details, but cant you use the FileUpload control ? It
> has the dialog box built in you are talking about.
>
> Thanks,
> coolCoder
>
> -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> If you find this post helpful, please rate it.- Hide quoted text -
>
> - Show quoted text -

Sorry, can not use the "File Upload" - I would like my users to pick a
folder and not a specific file.
Unfortunately the "File Upload" allows you to pick a specific file
only.