Click here to Skip to main content
16,010,503 members
Home / Discussions / COM
   

COM

 
Questionsoftware for internet cafe Pin
sonalisp827-Aug-07 21:14
sonalisp827-Aug-07 21:14 
Questionno .h file Pin
nicetohaveyou27-Aug-07 21:04
nicetohaveyou27-Aug-07 21:04 
AnswerRe: no .h file Pin
User 21559727-Aug-07 23:18
User 21559727-Aug-07 23:18 
Questionhow to access remote class library by local webservice in .net Pin
atultrip27-Aug-07 3:24
atultrip27-Aug-07 3:24 
Questionhow to know the no. of clients connected to a component? Pin
Nandu_77b27-Aug-07 0:02
Nandu_77b27-Aug-07 0:02 
AnswerRe: how to know the no. of clients connected to a component? Pin
rmp779927-Aug-07 0:20
rmp779927-Aug-07 0:20 
GeneralRe: how to know the no. of clients connected to a component? Pin
Nandu_77b27-Aug-07 2:44
Nandu_77b27-Aug-07 2:44 
AnswerRe: how to know the no. of clients connected to a component? Pin
rmp779927-Aug-07 3:37
rmp779927-Aug-07 3:37 
There is a library "COM+ 1.0 Admin Type Library" using which you can check and set state of various COM+ Application's state such like checking status and adding components to it at runtime as well as exporting application etc.

To do that you can set reference of that library in VB 6.0 IDE and check various Methods and Properties it supports.
Some of Useful Methods are

Dim loApp As New COMAdmin.COMAdminCatalog
loApp.GetComponentVersionCount(,,,)
loApp.GetMultipleComponentsInfo()



Rahul Patil

GeneralRe: how to know the no. of clients connected to a component? Pin
Nandu_77b28-Aug-07 2:11
Nandu_77b28-Aug-07 2:11 
QuestionUrgent Help!! System.Security.SecurityExecption ( C#) -- PLZ HELP ME Pin
fireline108226-Aug-07 21:24
fireline108226-Aug-07 21:24 
QuestionUsing QueryInterface inside a COM Pin
donguy7625-Aug-07 5:55
donguy7625-Aug-07 5:55 
QuestionWhy use a class factory? Pin
sawerr24-Aug-07 23:43
sawerr24-Aug-07 23:43 
QuestionRegarding 'put_Picture' property of IADsUser Pin
Manasi D24-Aug-07 3:51
Manasi D24-Aug-07 3:51 
Questionsimple com+ applications using c# error Pin
salmonraju23-Aug-07 20:59
salmonraju23-Aug-07 20:59 
QuestionSystem context menu Pin
__DanC__22-Aug-07 6:04
__DanC__22-Aug-07 6:04 
Questionhow to Aggregate the ActiveX control frm ATL component Pin
ss43121-Aug-07 23:46
ss43121-Aug-07 23:46 
QuestionUsing NULL to Close the DB connection after Close() Pin
ragavan20-Aug-07 20:43
ragavan20-Aug-07 20:43 
AnswerRe: Using NULL to Close the DB connection after Close() Pin
myshketer21-Aug-07 21:44
myshketer21-Aug-07 21:44 
QuestionLosing COM events handler in C# client [modified] Pin
Vitaly Tomilov20-Aug-07 0:15
Vitaly Tomilov20-Aug-07 0:15 
AnswerRe: Losing COM events handler in C# client Pin
User 21559720-Aug-07 0:52
User 21559720-Aug-07 0:52 
GeneralRe: Losing COM events handler in C# client Pin
Vitaly Tomilov20-Aug-07 1:28
Vitaly Tomilov20-Aug-07 1:28 
AnswerRe: Losing COM events handler in C# client Pin
Vitaly Tomilov20-Aug-07 1:27
Vitaly Tomilov20-Aug-07 1:27 
QuestionRe: Losing COM events handler in C# client Pin
ranu mandan5-Sep-08 3:23
ranu mandan5-Sep-08 3:23 
AnswerRe: Losing COM events handler in C# client Pin
Vitaly Tomilov5-Sep-08 3:35
Vitaly Tomilov5-Sep-08 3:35 
GeneralRe: Losing COM events handler in C# client Pin
ranu mandan7-Sep-08 22:34
ranu mandan7-Sep-08 22:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.