Ok, after searching a bit on this site and figuring some things out, I managed to embed my program into a web browser.
This is how:
I opened VB6 and made an ActiveX Control
I added a form (which is the form of my app.)
I set the ActiveX Control Initialize (Load) for Form1.show
This works in IE once you accept to display the ActiveX content
So, now that I have that set up, I have a question about saving information. Is it possible to maybe save the contents of a label so it can be loaded in the future or into a high scores type of program made the same way? And If i can't do that would I be able to have it send me an email when its exited without having the user to do anything so I can post the high scores or whatever myself?



Reply With Quote