|
-
Jan 3rd, 2002, 05:28 AM
#1
Thread Starter
Addicted Member
What's COM
Hi
I'm new to this area of VB. and would like to learn few things about COM. Well there are enough books. but they cost very much and say the same thing. Can any one give me some examples of COM and it's usage, advantages.
Thanks in advance 
Muditha
-
Jan 3rd, 2002, 08:27 AM
#2
Addicted Member
COM = Componenent Object Model
-
Jan 3rd, 2002, 10:06 AM
#3
It's simple. You create an image file (dll exe or ocx) that only exposes a binary interface. This means that anyone calling the functions listed in the interface knows nothing about what goes on behind the interface. The means of enumerating the interface functions is fixed in a special interface, IUknown.
The component that exposes the binary interface is a COM server object.
-
Jan 3rd, 2002, 10:41 PM
#4
Thread Starter
Addicted Member
hmmm
Thanks guys, It's really interesting I think I should read some notes and see some examples.
-
Jan 8th, 2002, 05:32 AM
#5
Thread Starter
Addicted Member
he he So I started learning COM and now a another one for u guys.
Now I create DLL files using vb. how can I install this dll. is it the same way we used to install out VB programs.
and to call a function on that DLL would the following line be enough
MyProgram(parameteres)
or do I have to do something more in here ?
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
|