PDA

Click to See Complete Forum and Search --> : calling vb in HTML


jemr
Feb 20th, 2001, 05:03 AM
I am designing a webpage. when I click on a button, I want a visual basic program to be activated. How will I do this? Please help.

tnx.

JoshT
Feb 20th, 2001, 10:05 AM
On the client side? It won't work - the best you could do would be to give them a dialog box asking them to download it.

Josh

compuGEEK
Feb 20th, 2001, 03:43 PM
You could always write your program as an ActiveX control and then insert it into your HTML page by using the <OBJECT> tag. The user then downloads it and bingo! Your program will execute.

JoshT
Feb 21st, 2001, 08:50 AM
Unless the user has totally shut off all security, the ActiveX control will not automatically download and execute. They will be prompted if they want to download if you sign the ActiveX control. And it won't work in browsers other than IE. And a lot of security-minded or privacy-minded surfers have them disabled anyway.

Josh