PDA

Click to See Complete Forum and Search --> : openfile dialog


krol
May 16th, 2003, 04:32 AM
Is there a way to use the openfile dialog from visual basic.NET
Because it is not available as a webcontrol.


I really want to use this dialog box because I don 't want to build my own browser with the directory class.

Cander
May 16th, 2003, 08:13 AM
you need to do it with client side jscript or vbscript. Of course it will only work in IE either way.

krigans
May 19th, 2003, 09:02 AM
If i understood ur question correct. You need a an Upload browse control of html, u can get it from normal html tool box and convert it to run at server which will give u access to use this as an object.

Hope this solved ur query..