I've made my first ActiveX Document EXE. I've already debug and see it running within Internet Explorer. My question is: Once I've compiled it, what's next to get it "paste" on an htm file?
Printable View
I've made my first ActiveX Document EXE. I've already debug and see it running within Internet Explorer. My question is: Once I've compiled it, what's next to get it "paste" on an htm file?
So far I remember, when you compile an ActiveX Document, VB will also create an HTML file that you can use to load the document.
Oh no, I think it will create a file with the extension .vbd, and you can directly load it in IE. Try double clicking that file.
Hope it helps.
Or refer to a book that explains it.
That's right.
You need to see the .vbd file in Internet Explorer.
No HTML files are created.