Error While adding visio as activex control

S

Suresh

Hi

I am trying to add Visio 2003 as an activex control in my Vb6 project. But After adding the drawing control to my toolbox when I try to place it on my form I get an error that says

System Error &H80004005 (-2147467259). Unspecified error

Please let me know what the problem is

Thanks
Sures
 
J

Jon Summers

Suresh ...
I am trying to add Visio 2003 as an activex control in my Vb6 project.
But After adding the drawing control to my toolbox when I try to place
it on my form I get an error that says:

System Error &H80004005 (-2147467259). Unspecified error.

Visio is not an ActiveX control, it's an application. In VB, add a
reference to Visio from the Project|References menu.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top