Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey... I am new to com programming. What i want to do is to make a com server which is out-of-proc that coonsumes a web browser in it.. (that is i just want a wrapper kind of thing that can be used to load a web-browser, out of process)
So how should I proceed.
Posted

COM is a very complex area in programming. So you need really to dig deep and learn a lot. I speak about more about months than weeks of learning. There is no way around and no easy fix - it just wont work. ;-)

May this fine article helps you COM tutorial. But it is with the outdated IE 6. Newer IE have some more security restrictions. This is a showcase to want I mean, but I may not suit you IE Drop-Down Button
 
Share this answer
 
You can use MFC or ATL or bare C/C++. Pick whichever suits your experience.

Here's an article on creating a browser instance.

IWebBrowser2 Wrapper Class[^]

There are several articles on writing COM servers. Most are about 10 years old. Here's two.

ATL COM EXE Server with MFC support[^]

Introduction to COM Part II - Behind the Scenes of a COM Server[^]

Like Karsten says, there's a learning curve. I hope the CP articles help. Good luck.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900