Click here to Skip to main content
15,914,406 members
Home / Discussions / COM
   

COM

 
AnswerRe: IRegExp problem ? Pin
Jörgen Sigvardsson3-Oct-04 8:09
Jörgen Sigvardsson3-Oct-04 8:09 
GeneralAfxOleInit and CoInitializeEx Pin
Shao Voon Wong1-Oct-04 5:51
mvaShao Voon Wong1-Oct-04 5:51 
GeneralRe: AfxOleInit and CoInitializeEx Pin
Jörgen Sigvardsson7-Oct-04 13:22
Jörgen Sigvardsson7-Oct-04 13:22 
GeneralIOleCommandTarget in a .net COM server! HELP! HELP!! Pin
SmallUmka1-Oct-04 1:00
SmallUmka1-Oct-04 1:00 
GeneralDCOM on Windows 2003: error in COM-client Pin
RadioShark30-Sep-04 2:05
RadioShark30-Sep-04 2:05 
GeneralRe: DCOM on Windows 2003: error in COM-client Pin
Milton Karimbekallil4-Oct-04 0:12
Milton Karimbekallil4-Oct-04 0:12 
Question.Net COM alternative?? Pin
Gammill29-Sep-04 11:33
Gammill29-Sep-04 11:33 
AnswerRe: .Net COM alternative?? Pin
ursus zeta29-Sep-04 14:18
ursus zeta29-Sep-04 14:18 
Good Question. My impression is that .NET took the best concepts that COM developed and incorporated them into it's internal structure. There are profound differences, though. In his book, ".NET and COM: The Complete Interoperability Guide", Adam Nathan describes the .NET Framework as an evolution of COM. I recommend you read that book, it thoroughly describes writing code that understands how to interoperate in both the 'COM world' and the '.NET world'. The engineers at Microsoft put alot of work into making COM type libraries operate in managed applications as if they were .NET components.
There are some HUGE differences, though. You'll notice immediately that the types are considerably different, and marshaling data between two disparate types is difficult. The .NET compiler includes some excellent utilities to help the developer with COM interop. Check out the The OLE/Object Viewer, the Type Library Importer (TypImp.exe) and the IL Disassembler.
Questioncan someone recommend a COM book? Pin
liyang yu29-Sep-04 3:31
liyang yu29-Sep-04 3:31 
AnswerRe: can someone recommend a COM book? Pin
Gammill29-Sep-04 11:22
Gammill29-Sep-04 11:22 
GeneralEssential COM Pin
ursus zeta30-Sep-04 6:22
ursus zeta30-Sep-04 6:22 
GeneralRegsvr32 writes an error Pin
Rassul Yunussov28-Sep-04 7:58
Rassul Yunussov28-Sep-04 7:58 
GeneralRe: Regsvr32 writes an error Pin
geo_m12-Oct-04 21:17
geo_m12-Oct-04 21:17 
GeneralRe: Regsvr32 writes an error Pin
Rassul Yunussov14-Oct-04 5:37
Rassul Yunussov14-Oct-04 5:37 
GeneralRe: Regsvr32 writes an error Pin
geo_m14-Oct-04 19:44
geo_m14-Oct-04 19:44 
GeneralRe: Regsvr32 writes an error Pin
Eurosid21-Jul-05 6:04
Eurosid21-Jul-05 6:04 
GeneralPLS HELP : CreateInstance (__uuidof(SHDocVw::ShellWindows) failed Pin
SenPy28-Sep-04 7:23
SenPy28-Sep-04 7:23 
GeneralRe: PLS HELP : CreateInstance (__uuidof(SHDocVw::ShellWindows) failed Pin
4apai30-Sep-04 23:07
4apai30-Sep-04 23:07 
Generalchanging the stack size in DLL Pin
Anonymous28-Sep-04 5:57
Anonymous28-Sep-04 5:57 
GeneralRe: changing the stack size in DLL Pin
darkbyte29-Sep-04 4:09
darkbyte29-Sep-04 4:09 
GeneralAdd-ins, creating using Visual C++ : Help! Pin
agentnem27-Sep-04 18:46
agentnem27-Sep-04 18:46 
GeneralPLS HELP : CoCreateInstance on IE object failed on XP/SP2 Pin
SenPy27-Sep-04 13:31
SenPy27-Sep-04 13:31 
GeneralRe: PLS HELP : CoCreateInstance on IE object failed on XP/SP2 Pin
darkbyte29-Sep-04 3:27
darkbyte29-Sep-04 3:27 
GeneralUrdu ActiveX Control Pin
Naseem_Amjad27-Sep-04 2:54
Naseem_Amjad27-Sep-04 2:54 
Questionhow to get control interface pointer from hwnd in other threads??hwnd in other threads?? Pin
Behlool26-Sep-04 20:52
Behlool26-Sep-04 20:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.