Click to See Complete Forum and Search --> : Shell object in [Jscript]


Timbro
September 23rd, 2004, 10:10 AM
hi to all,

i would like to show a shell object and have the possibility to select more files at the same time...

is possible?

the common code is :

function fnShellBrowseForFolderJ()
{
var objShell = new ActiveXObject("Shell.Application");
var ssfDESKTOP = 0;
var objFolder;

objFolder = objShell.BrowseForFolder.......
}

but with this code i have the possibility to select only one file at time.... please help