- This topic has 8 replies, 4 voices, and was last updated 22 years, 2 months ago by .
Viewing 9 posts - 1 through 9 (of 9 total)
Viewing 9 posts - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.
Home › Forums › Archives › Community Center › The BigBlueBall Lounge › Embed a VB .exe into a web site?
My teacher wants me to try and embed a program I made in VB into my website I am making in the same class. I know how to embed mp3, mpg, mid etc, but is there a way to embed the program’s .exe?
I think you turn the source into a VB script that runs on websites. I have seen it done before, and I have talked to Dave about it. What do you mean embed? Like have it run?
I assume so. When you use the code for example
it embeds the sound clip into the site where you dont have to actually download it to your computer.
Now the question is.. how do your turn the script into one that will run on websites.
You can’t do that, thankfully.
What does the program actually do? You could convert it to JavaScript of VBScript if you need some small task done…
Or you could just upload the .EXE to your website and make users download it. 😉
Hmmm… now how would I translate it into VB script.
Maybe explain what you are trying to do?
AFAIK, VBScript will only work in Internet Explorer on Windows.
It’s not for a public website. We’re just working on basic codes. I didn’t do too well in the VB part of the class, so I wanted to try and make up for it.
But what don’t you understand? TBH, I don’t really know how to explain it any other way. I assume my teacher wants to me to use a program I made earlier, and have it run in the website rather than a seperate program maybe? Like I said I have no idea. Maybe you know what he’s wanting/talking about.
Well, maybe check out this: http://www.w3schools.com/vbscript/default.asp