Indesign 2 - library/reference

H

hippo

I am having trouble using the InDesign 2 library in VB
net. I make a new exe project and open the project>add
reference. I then browse to the reference and add it.
However it shows up in the object browser as
interop.indesign instead as indesign type library. I can
get this to work in VB for controls 5.

I'm v noob to this and I know this is a bit of an esoteric
question but any help would be appreciated.
 
J

Josh Moody [MSFT]

The interop thing is normal. VB.Net takes all com assemblies, and creates
its own simple wrapper for them - the interop assembly. It should work the
same as if you were using the com object itself.

Josh Moody
VSU Team

--

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
--------------------
 

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