Hi, Does anybody have a sample of implementing ActiveX Control without using ATL and MFC? Waiting for reply... Anupam Godbole
See if you can get your hands in "Inside COM" by Rogerson http://www.amazon.ca/exec/obidos/ASIN/1572313498/qid=1137689556/sr=1-1/ref=sr_1_0_1/702-7809238-4504008 Brian
Anupam Godbole wrote: > Hi, > > Does anybody have a sample of implementing ActiveX Control without using ATL > and MFC? > > Waiting for reply... > Anupam Godbole > > > Maybe you should try to find a copy of 'Inside OLE2', by John Brocksmith. It is out of print, but it exactly describes the interfaces you need to write OLE2/ActiveX components. Good luck.
> Maybe you should try to find a copy of 'Inside OLE2', by John Brocksmith. > It is out of print, but it exactly describes the interfaces you need to > write OLE2/ActiveX components. Actually, it was Kraig Brockschmidt, Inside OLE2, Microsoft Press 1994. Brian