|
-
Apr 21st, 2002, 02:00 AM
#1
Thread Starter
Hyperactive Member
COM Application
I completed COM three part course of Mr. Karle Moore but i still need to know that what are its applications. and where it needs to apply.
If any one of u may guide me i will go through in COM.
Zubair Khan
-
Apr 21st, 2002, 08:33 AM
#2
Fanatic Member
COM is used to share properties, functions etc... by many forms & applications.
Eg: ActiveX Data Objects COM, which is used by many applications to do i/o with databases
THE TIME/WEATHER IS 
Don't know how to use APIs or have problem with them,
Download API-Guide & API-Viewer from http://www.allapi.net
-
Apr 22nd, 2002, 02:18 PM
#3
Are you asking what COM is used for? If so, it can be used for many things. Think about creating a component that you can use over and over again, just by adding a reference in the apps you use it with. The best example of what you can use COM for is to look at the references that you can apply to your app. All those are COM components. (go to Project->References in the VB IDE).
Another reason, is if your creating an n-tier application. You would want to put components on the middle tier that handle business logic (sounds like it is comming out of a book, but that is what they are mainly used for). The reason why becomes evident when you need to make a change to your business logic. Instead of updating every client app (which in a big corporation could be in the hundreds), you just change your COM component on the middle tier and all applications can now use the updated com component, without even going to each computer. Talk about a life saver. So basically, in a n-tier app, you will only want basic validation and GUI stuff on the client, and the rest of the program distributed on the middle tier using com components.
That is my take on the subject anyway....
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
|