I have a VB program that allows the user to select a Folder from a browser dialog window. How would I code this to allow it to be executed from a button on a web page?
You need to create an ActiveX Control (OCX) in VB, then use the P&D Wizard to package it as an Internet deployment package - basically you get a .CAB file.
Then your reference this in your web page using and <object> tag. I believe that the P&D Wizard even poops out a skeletal HTML page for you that spells out the <object> tag you need, though you'll probably need to adjust the codebase attribute to point to the right place on your server where you deploy it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.