ok so does it make sense to use COM in C# applications?
R
ryanminor
@ryanminor
Posts
-
Global Assembly Cache versus COM -
FirebirdDoes anybody know of a good free Administrator tool for Firebird? i.e. where you can look at tables, execute queries etc.
-
Global Assembly Cache versus COMIs Global Assembly Cache similar to COM? It seems you register objects which can be used by other applications. Other applications can then create objects by referencing the GAC?
-
why inherit from Component?I am studying a TreeView implementation. The TreeView uses classes which encapsulate certain controls such as textbox, checkbox etc. Each item class inherits from Component (not Control). Generally speaking, why would you inherit from Component like this?