What is the difference between COM and DCOM?
Answer Posted / praveen
the difference is that DCOM is distributed but COM is not.
To be more precise, there are three main elements added to COM:
The way for creating a remote object.
The way for accessing a remote object.
The way to ensure secure access to a remote object.
| Is This Answer Correct ? | 10 Yes | 7 No |
Post New Answer View All Answers
what are the Differences between ActiveX Control and Standard Control?
VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?
Through which protocol OLEDB components are interfaced?
Explain about Caturing Baseline.
How to get freefile location in memory?
Explain about manipulating the recordset object
___ Property is used to count no. of items in a combobox.
___ is a property to resize a label control according to your caption.
Difference between Linked Object and Embedded Object?
How would you map properties to controls by using ActiveX Control Interface Wizard?
How would you create properties in ActiveX Control?
Difference between Class Module and Standard Module?
How do I set the Windows wallpaper at runtime?
Data Control missing from toolbox when I use VB under NT3.5. Why?
Types of ActiveX Components in VB?