Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB App from VBScript.....

Status
Not open for further replies.

Dorff

Programmer
Mar 13, 2002
72
CA
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?
 
Hey Dorff, see your previous question.

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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top