Click here to Skip to main content
15,920,508 members
Home / Discussions / COM
   

COM

 
GeneralOutlook Events Pin
derzellner15-Dec-03 0:08
derzellner15-Dec-03 0:08 
Generalcannot register automatic a COM into Components Services Pin
alinilie14-Dec-03 10:54
alinilie14-Dec-03 10:54 
GeneralSending Events from a DLL Pin
Sid_smily12-Dec-03 7:21
Sid_smily12-Dec-03 7:21 
GeneralRe: Sending Events from a DLL Pin
Abhishek Srivastava12-Dec-03 22:21
Abhishek Srivastava12-Dec-03 22:21 
GeneralCOM/DCOM without ATL Pin
Kene12-Dec-03 3:40
Kene12-Dec-03 3:40 
GeneralRe: COM/DCOM without ATL Pin
valikac13-Dec-03 5:34
valikac13-Dec-03 5:34 
GeneralTo COM or not to COM, that is the question ! Pin
Paul Silvernail11-Dec-03 2:14
Paul Silvernail11-Dec-03 2:14 
GeneralRe: To COM or not to COM, that is the question ! Pin
Heath Stewart11-Dec-03 12:21
protectorHeath Stewart11-Dec-03 12:21 
It's still worth learning. If you're thinking of .NET, .NET is not a replacement for COM - merely an evolution of it. In fact, the CLR (Common Language Runtime) uses some COM technologies to make everything work and interop in a good manner.

Also, many applications for Windows - including parts of Windows itself, like the shell - are written in COM. To make shell extensions - at least until Longhorn (and that's still a long way away, so who knows how it'll change) - you still need to use COM. Even using automation (runtime discovery) with Office, VBA, and scripting technologies (like the Windows Script Host, or even DHTML-scripting) uses COM and understanding what happens behind the scenes helps with that automation (but isn't required). If you want to add scripting capabilities to your application or to use embedding (OLE), you need to know COM.

It's all over, and, IMHO, it's definitely worth learning. Just stock up on asperin! Smile | :)

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralHandling events with COM object as param Pin
NotProfessional10-Dec-03 8:51
NotProfessional10-Dec-03 8:51 
GeneralRe: Handling events with COM object as param Pin
Abhishek Srivastava10-Dec-03 21:40
Abhishek Srivastava10-Dec-03 21:40 
GeneralRe: Handling events with COM object as param Pin
Steve S11-Dec-03 5:37
Steve S11-Dec-03 5:37 
GeneralRe: Handling events with COM object as param Pin
NotProfessional11-Dec-03 9:42
NotProfessional11-Dec-03 9:42 
GeneralRe: Handling events with COM object as param Pin
NotProfessional11-Dec-03 10:27
NotProfessional11-Dec-03 10:27 
GeneralRe: Handling events with COM object as param Pin
Vi211-Dec-03 2:54
Vi211-Dec-03 2:54 
GeneralIIS - Automation - COM - ASP Pin
tourdata9-Dec-03 23:46
tourdata9-Dec-03 23:46 
GeneralRe: IIS - Automation - COM - ASP Pin
Xiangyang Liu 刘向阳12-Dec-03 4:29
Xiangyang Liu 刘向阳12-Dec-03 4:29 
QuestionHow to call 16 bit component in a 32 bit Operationg system Pin
Mohan Babu D9-Dec-03 20:32
Mohan Babu D9-Dec-03 20:32 
AnswerRe: How to call 16 bit component in a 32 bit Operationg system Pin
Abhishek Srivastava9-Dec-03 22:05
Abhishek Srivastava9-Dec-03 22:05 
GeneralCOM and ATL Pin
Judah Gabriel Himango9-Dec-03 5:49
sponsorJudah Gabriel Himango9-Dec-03 5:49 
GeneralRe: COM and ATL Pin
Abhishek Srivastava9-Dec-03 21:52
Abhishek Srivastava9-Dec-03 21:52 
GeneralLooking for a 'RPC/COM Call Monitor' tool Pin
ohadp9-Dec-03 2:00
ohadp9-Dec-03 2:00 
QuestionDoes this COM dll look unregistered? Pin
gregcost5-Dec-03 1:50
gregcost5-Dec-03 1:50 
AnswerRe: Does this COM dll look unregistered? Pin
Stephane Rodriguez.5-Dec-03 2:47
Stephane Rodriguez.5-Dec-03 2:47 
GeneralRe: Does this COM dll look unregistered? Pin
gregcost5-Dec-03 5:47
gregcost5-Dec-03 5:47 
GeneralRe: Does this COM dll look unregistered? Pin
gregcost5-Dec-03 5:55
gregcost5-Dec-03 5:55 

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.