Click here to Skip to main content
15,890,438 members
Home / Discussions / COM
   

COM

 
QuestionCOM and MS Outlook? Pin
12-Feb-02 8:25
suss12-Feb-02 8:25 
AnswerRe: COM and MS Outlook? Pin
12-Feb-02 9:27
suss12-Feb-02 9:27 
AnswerRe: COM and MS Outlook? Pin
Amit Dey12-Feb-02 23:13
Amit Dey12-Feb-02 23:13 
GeneralMS DTC log Pin
pba_12-Feb-02 6:43
pba_12-Feb-02 6:43 
GeneralCOM Method Call Pin
12-Feb-02 1:45
suss12-Feb-02 1:45 
GeneralRe: COM Method Call Pin
Mazdak12-Feb-02 7:47
Mazdak12-Feb-02 7:47 
Generalregistering/unregister components in MTS/COM+ Programmatically Pin
ramjan9-Feb-02 21:26
ramjan9-Feb-02 21:26 
GeneralRe: registering/unregister components in MTS/COM+ Programmatically Pin
Wictor Wilén11-Feb-02 21:24
Wictor Wilén11-Feb-02 21:24 
Heya,
check out the "COMAdmin.COMAdminCatalog" object (there is a similar for MTS)

/WW

ex:
Set oCatalog = CreateObject("COMAdmin.COMAdminCatalog")
oCatalog.RefreshComponents
' Register the component (overwrites existing)
Call oCatalog.InstallComponent("MyApplication","MyDLL.dll","","")

GeneralRe: registering/unregister components in MTS/COM+ Programmatically Pin
13-Feb-02 6:57
suss13-Feb-02 6:57 
GeneralVERY newbie COM question Pin
JDMoore8-Feb-02 0:05
JDMoore8-Feb-02 0:05 
GeneralRe: VERY newbie COM question Pin
Mazdak8-Feb-02 2:48
Mazdak8-Feb-02 2:48 
GeneralRe: VERY newbie COM question Pin
Mazdak8-Feb-02 2:53
Mazdak8-Feb-02 2:53 
GeneralRe: VERY newbie COM question Pin
Mazdak8-Feb-02 2:56
Mazdak8-Feb-02 2:56 
GeneralRe: VERY newbie COM question Pin
yamini14-Feb-02 0:50
yamini14-Feb-02 0:50 
Questionhow do i read a Heap Dump? (look in for example) Pin
Tim Rymer7-Feb-02 11:29
Tim Rymer7-Feb-02 11:29 
AnswerRe: how do i read a Heap Dump? (look in for example) Pin
Derek Waters7-Feb-02 13:51
Derek Waters7-Feb-02 13:51 
GeneralRe: how do i read a Heap Dump? (look in for example) Pin
Tim Rymer7-Feb-02 17:57
Tim Rymer7-Feb-02 17:57 
Generalcallbacks Pin
7-Feb-02 6:42
suss7-Feb-02 6:42 
GeneralRe: callbacks Pin
Mazdak7-Feb-02 21:52
Mazdak7-Feb-02 21:52 
GeneralRe: callbacks Pin
13-Feb-02 6:59
suss13-Feb-02 6:59 
QuestionWhy the ATL server fails to display dialog box? Pin
tm6-Feb-02 8:52
tm6-Feb-02 8:52 
AnswerRe: Why the ATL server fails to display dialog box? Pin
Matt Philmon13-Feb-02 17:47
Matt Philmon13-Feb-02 17:47 
GeneralException (kernel32.dll): 0xC000008F: Float Inexact Result Pin
Tim Rymer6-Feb-02 6:45
Tim Rymer6-Feb-02 6:45 
GeneralRe: Exception (kernel32.dll): 0xC000008F: Float Inexact Result Pin
8-Feb-02 15:11
suss8-Feb-02 15:11 
GeneralSafeArrayCreateVector and FADF_HAVEVARTYPE Pin
Buly6-Feb-02 6:22
Buly6-Feb-02 6:22 

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.