hi. i am kaye, 18 yrs. old, and i am a beginner in using vb6.
i just want to learn how to run vb6 in a web browser.
i hope anyone can help me...
thank you in advance and more power..
Printable View
hi. i am kaye, 18 yrs. old, and i am a beginner in using vb6.
i just want to learn how to run vb6 in a web browser.
i hope anyone can help me...
thank you in advance and more power..
Well, you can put a web browser into vb6 (the browser control).
Or you can use VBScript in webpages (asp files)
You can do that by creating an ActiveX Control in your VB6, and put all the code in your application there.
Then use "Package & Deployment Wizard", that will create a CAB file and an sample HTML file that you can open in your web browser.
You will have to modify the HTML, and set the size of the object (ActiveX) to what you need.
Here is a sample screen short
Select your project, click "Package", then in the Package Type, select "Internet Package"