Is that any possibility to use or to add control and object like DriveListBox, DirListBox, FileListBox & ListBox in ASP.
And if there is,
Where can I get OCX files of them to add to the toolbar of InterDev.
Thanx
InterDiv 6.0
Printable View
Is that any possibility to use or to add control and object like DriveListBox, DirListBox, FileListBox & ListBox in ASP.
And if there is,
Where can I get OCX files of them to add to the toolbar of InterDev.
Thanx
InterDiv 6.0
What do you wanna use them for? If it is for browsing on a users computer, why not use input type=file ?
if you want to use and ocx for it you would have to create it in vb and then to add it in interdev you can right click on the toolbox and goto customize tools. then add it under the active x controls and it should be in your tool box. If you just want the user to browse files on the machine there are easier way like marcel said