Naruto
Naruto

Reputation: 9634

COM Basic links

folks can you provide me the tutorial link or .pdf for learning basic COM?. i do google it.. still i recommend answers of stackoverflow so please pass me..

Thanks

Upvotes: 5

Views: 464

Answers (5)

daramarak
daramarak

Reputation: 6145

I would recommend Essential COM by Don Box. He explains things from the bottom up, and gives you the Why as well as the How

Upvotes: 2

ChadNC
ChadNC

Reputation: 2503

Another good link for COM that has a lot of information. I used this one to help me write an application in C++ that uses office automation.

Upvotes: 1

aJ.
aJ.

Reputation: 35450

Though you have asked for links, I would recommend you the book: Inside COM by Dale Rogerson.

Upvotes: 5

Darin Dimitrov
Darin Dimitrov

Reputation: 1038710

Step by Step COM Tutorial.

Upvotes: 2

Related Questions