Click here to Skip to main content
15,919,613 members
Home / Discussions / COM
   

COM

 
GeneralBSTR Pin
monrobot139-May-04 13:48
monrobot139-May-04 13:48 
GeneralRe: BSTR Pin
Anonymous9-May-04 19:49
Anonymous9-May-04 19:49 
GeneralRe: BSTR Pin
monrobot1310-May-04 6:18
monrobot1310-May-04 6:18 
GeneralRe: BSTR Pin
Shaun Oldale11-May-04 2:55
Shaun Oldale11-May-04 2:55 
GeneralRe: BSTR Pin
monrobot1312-May-04 18:47
monrobot1312-May-04 18:47 
GeneralCOM+ Identity Pin
mtone7-May-04 7:46
mtone7-May-04 7:46 
GeneralRe: COM+ Identity Pin
Steve S7-May-04 8:29
Steve S7-May-04 8:29 
GeneralRe: COM+ Identity Pin
mtone7-May-04 9:08
mtone7-May-04 9:08 
Thanks Steve. I got This far but it does not work. I found this code on MSDN
All works except for the comp object it stays set to nothing and it does not look like the comps.SaveChanges() would save anything


        Dim cat As New COMAdmin.COMAdminCatalog()<br />
        Dim apps As COMAdmin.COMAdminCatalogCollection<br />
        apps = cat.GetCollection("Applications")<br />
        apps.Populate()<br />
<br />
        Dim comps As COMAdmin.COMAdminCatalogCollection<br />
        Dim comp As COMAdmin.COMAdminCatalogObject<br />
<br />
            comps = apps.GetCollection("Components", AppID)<br />
            comps.Populate()<br />
<br />
            comp.Value("Description") = "This is my Jofreder description"<br />
            comps.SaveChanges()

GeneralRe: COM+ Identity Pin
Steve S9-May-04 21:30
Steve S9-May-04 21:30 
GeneralRe: COM+ Identity Pin
mtone10-May-04 2:32
mtone10-May-04 2:32 
GeneralRe: COM+ Identity Pin
Steve S10-May-04 4:13
Steve S10-May-04 4:13 
GeneralAsk for help Pin
Jim2004King7-May-04 4:35
Jim2004King7-May-04 4:35 
GeneralRe: Ask for help Pin
Lim Bio Liong8-May-04 0:08
Lim Bio Liong8-May-04 0:08 
GeneralRe: Ask for help Pin
Jim2004King8-May-04 2:08
Jim2004King8-May-04 2:08 
QuestionBug with Microsoft?? with HTMLObjectElementEvents?? Pin
JDasari5-May-04 12:41
JDasari5-May-04 12:41 
AnswerRe: Bug with Microsoft?? with HTMLObjectElementEvents?? Pin
Rob Manderson5-May-04 12:51
protectorRob Manderson5-May-04 12:51 
GeneralRe: Bug with Microsoft?? with HTMLObjectElementEvents?? Pin
JDasari7-May-04 8:31
JDasari7-May-04 8:31 
GeneralHowt to tap data from pipes in RPC Pin
pramodastro5-May-04 0:07
pramodastro5-May-04 0:07 
GeneralCOM security and access Pin
Anonymous4-May-04 2:53
Anonymous4-May-04 2:53 
GeneralRe: COM security and access Pin
Anonymous4-May-04 13:26
Anonymous4-May-04 13:26 
GeneralMSHTML Pin
JDasari3-May-04 10:35
JDasari3-May-04 10:35 
GeneralRe: MSHTML Pin
Andrew Quinn AUS17-May-04 22:39
Andrew Quinn AUS17-May-04 22:39 
GeneralRe: MSHTML Pin
JDasari18-May-04 7:09
JDasari18-May-04 7:09 
GeneralRe: MSHTML Pin
JDasari18-May-04 13:06
JDasari18-May-04 13:06 
GeneralRe: MSHTML Pin
JDasari18-May-04 13:09
JDasari18-May-04 13:09 

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.