|
-
May 7th, 2012, 06:38 AM
#1
Thread Starter
New Member
What is COM?
I am new to VB6.
I want to learn COM conepts and how to use com practically?
why are we using COM?
Could you please give some input based COM?
-
May 7th, 2012, 06:54 AM
#2
Re: What is COM?
I'm a little surprised this web page still exists. Most of the links I've accumulated over the years for VB6 are gone now because VB6 has not been a supported language for a few years.
If you are new to programming I would STRONGLY suggest getting into VB.NET (and its COM features and capabilities)
However, since you did ask about VB6, and this page is still there, I'll give you the link.
http://www.vbexplorer.com/VBExplorer/wrox/vbcomsamp.asp
-
May 7th, 2012, 06:58 AM
#3
Thread Starter
New Member
Re: What is COM?
I need some sample code with an example to understand better than the theory.
-
May 11th, 2012, 08:32 AM
#4
Frenzied Member
Re: What is COM?
VB6 effectively is a BASIC interface to Microsoft's (C)omponent (O)bject (M)odel platform - in many ways VB6 is (was) the ultimate COM beasty.
It is still widely used, although most of the code is now written in C++ for the reasons Hack explained - VB6 is virtually not supported now; and there are plenty of unfixed bugs in the VB6 compiler - and the O/S teams really do not care for the unmanaged code anymore - try some registry Win32 API's working on Windows Server 2008 R2!
Unless you are supporting legacy code, opt for the .Net platform.
"As far as the laws of mathematics refer to reality, they are not certain; and as far as they are certain, they do not refer to reality." - Albert Einstein
It's turtles! And it's all the way down
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|