Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

My ActiveX should be called In-ActiveX

Status
Not open for further replies.

binky

Programmer
Jan 25, 2001
183
CA
I have read on how to take my existing project and using the Add-In manager turn it into an ActiveX Document. When I run it from VB it works great. When I try to create an install everything goes to pot. Should I even be trying to create an install? After the project is finished what next?

I have found in Microsoft's FAQ's a reference to the error I got. It says that SP5 is possibly the answer to my headaches. Any thoughts?

I have noticed that my menu choices are gone on my forms, so I added a combo box. I am trying to figure out how to get my other forms to display.

Code:
frmNameofForm.Show

Doesn't work. How do I make the other forms display? I'm not necessarily looking for the code itself (though it would be nice), but an online link learning how would be great!

Thanks in advance,
Ken
 
You said that your project now is in type of ActiveX Document. The ActiveXDocument can't run on a PC w/o an Internet Explorer 3.0 or higher. But, to tell you the truth I didn't understand your question. Pls. make it clear.
 
Soory about the confusion!

I guess what I am trying to figure out is now that I have my project converted to ActiveX Doc's what next. Do I need to create an executable? I am trying to take a regular project, standard exe and make it available over the Internet. I am a newbie to this kind of programming and am trying to muddle my way through it. I hope to use the entire process as a learning experience.

Thanks,
Ken
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top