Click here to Skip to main content
15,891,372 members
Home / Discussions / COM
   

COM

 
GeneralRe: How COM client call my COM object Pin
Steve S1-Apr-04 1:09
Steve S1-Apr-04 1:09 
GeneralRe: How COM client call my COM object Pin
RChin1-Apr-04 3:28
RChin1-Apr-04 3:28 
AnswerRe: How COM client call my COM object Pin
Mike Dimmick1-Apr-04 1:16
Mike Dimmick1-Apr-04 1:16 
GeneralRe: How COM client call my COM object Pin
Steve S1-Apr-04 22:17
Steve S1-Apr-04 22:17 
GeneralSaving Results from Excel OWC Pin
Mike Murphy30-Mar-04 6:30
Mike Murphy30-Mar-04 6:30 
QuestionCan i have two components with same ProgID ? Pin
User 21559730-Mar-04 4:01
User 21559730-Mar-04 4:01 
AnswerRe: Can i have two components with same ProgID ? Pin
Anonymous30-Mar-04 8:43
Anonymous30-Mar-04 8:43 
AnswerRe: Can i have two components with same ProgID ? Pin
ian mariano30-Mar-04 9:42
ian mariano30-Mar-04 9:42 
You can, however have a version-independent ProgID. If someone requests that ProgID, it'll use the version specified in the CurVer subkey.

For example, you have 3 versions of a COM object: MyApp.MyObject.1, MyApp.MyObject.2, and MyApp.MyObject.3. You can have a ProgID of MyApp.MyObject, and if you want them to use version 3, set the CurVer's default value to MyApp.MyObject.3.

Ian Mariano - http://www.ian-space.com/


"We are all wave equations in the information matrix of the universe" - me

GeneralRe: Can i have two components with same ProgID ? Pin
User 21559730-Mar-04 17:39
User 21559730-Mar-04 17:39 
GeneralInterface as Events parameter and it release Pin
El'Cachubrey30-Mar-04 2:59
El'Cachubrey30-Mar-04 2:59 
GeneralRe: Interface as Events parameter and it release Pin
Anonymous30-Mar-04 8:42
Anonymous30-Mar-04 8:42 
GeneralRe: Interface as Events parameter and it release Pin
Vi231-Mar-04 1:22
Vi231-Mar-04 1:22 
GeneralData Bound ActiveX control Pin
Dimitris Vasiliadis29-Mar-04 23:29
Dimitris Vasiliadis29-Mar-04 23:29 
GeneralHelp: catch/handle window messages in COM dll Pin
usouthal29-Mar-04 13:19
usouthal29-Mar-04 13:19 
GeneralBSTR release Pin
El'Cachubrey28-Mar-04 21:14
El'Cachubrey28-Mar-04 21:14 
GeneralRe: BSTR release Pin
Rory Solley28-Mar-04 22:18
Rory Solley28-Mar-04 22:18 
GeneralRe: BSTR release Pin
El'Cachubrey29-Mar-04 0:27
El'Cachubrey29-Mar-04 0:27 
GeneralRe: BSTR release Pin
Jörgen Sigvardsson29-Mar-04 3:38
Jörgen Sigvardsson29-Mar-04 3:38 
GeneralRe: BSTR release Pin
El'Cachubrey30-Mar-04 0:38
El'Cachubrey30-Mar-04 0:38 
GeneralRe: BSTR release Pin
Anonymous15-Apr-04 2:36
Anonymous15-Apr-04 2:36 
GeneralTapi3 COM Pin
babur_rizwan28-Mar-04 12:56
babur_rizwan28-Mar-04 12:56 
GeneralOutlook Express add-in Pin
dorutzu28-Mar-04 9:17
dorutzu28-Mar-04 9:17 
GeneralRe: Outlook Express add-in Pin
Stephane Rodriguez.28-Mar-04 9:51
Stephane Rodriguez.28-Mar-04 9:51 
GeneralRe: Outlook Express add-in Pin
dorutzu28-Mar-04 10:04
dorutzu28-Mar-04 10:04 
GeneralRe: Outlook Express add-in Pin
FearlessBurner30-Mar-04 1:41
FearlessBurner30-Mar-04 1:41 

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.