Click here to Skip to main content
15,914,905 members
Home / Discussions / COM
   

COM

 
QuestionHow to handle huge strings and cross over calls?? Pin
Tommy Svensson25-Apr-02 23:29
Tommy Svensson25-Apr-02 23:29 
AnswerRe: How to handle huge strings and cross over calls?? Pin
Paul M Watt28-Apr-02 6:49
mentorPaul M Watt28-Apr-02 6:49 
AnswerRe: How to handle huge strings and cross over calls?? Pin
soptest3-May-02 14:28
soptest3-May-02 14:28 
GeneralOCX invisible in Netscape Navigator Pin
maya25-Apr-02 20:36
maya25-Apr-02 20:36 
GeneralRe: OCX invisible in Netscape Navigator Pin
Amit Dey27-Apr-02 16:46
Amit Dey27-Apr-02 16:46 
GeneralPowerpoint and Launching External Apps Pin
jedidjab7925-Apr-02 2:13
jedidjab7925-Apr-02 2:13 
GeneralRe: Powerpoint and Launching External Apps Pin
Amit Dey27-Apr-02 16:55
Amit Dey27-Apr-02 16:55 
GeneralRe: Powerpoint and Launching External Apps Pin
Amit Dey27-Apr-02 19:14
Amit Dey27-Apr-02 19:14 
As to adding toolbar buttons thru an addin to PP, this is very similar to the article on Outlook, but ofcourse with a few minor changes. If you have followed most of what my article says, (and have a little ATL COM background)you shouldn't have many problems. Just the registry keys for pp addins are different, the object model is slightly different(with regards to addin buttons) and you have to obviously import different typelibs(msppt9.olb & other dependencies). But the basic process of adding toolbar buttons, menu items, command handlers and propertypages are very similar to Outlook.

As to launching an external app,(on button click?) if the app is COM based, you would use interface based programming or ShellExec() for non-COM apps.

#define MOSTLY_LEAN_AND_MEAN
GeneralRe: Powerpoint and Launching External Apps Pin
jedidjab7928-Apr-02 15:33
jedidjab7928-Apr-02 15:33 
GeneralProblem with C# COM server Pin
Tunca Bergmen24-Apr-02 23:38
Tunca Bergmen24-Apr-02 23:38 
AnswerRe: Problem with C# COM server Pin
netcreator16-Apr-09 17:54
netcreator16-Apr-09 17:54 
GeneralPlease help me! Pin
StefanM24-Apr-02 11:01
StefanM24-Apr-02 11:01 
QuestionHow to pass a string into COM Pin
24-Apr-02 5:34
suss24-Apr-02 5:34 
AnswerRe: How to pass a string into COM Pin
Paul M Watt24-Apr-02 5:42
mentorPaul M Watt24-Apr-02 5:42 
GeneralRe: How to pass a string into COM Pin
Sayan Mukherjee24-Apr-02 21:30
Sayan Mukherjee24-Apr-02 21:30 
GeneralRe: How to pass a string into COM Pin
25-Apr-02 1:29
suss25-Apr-02 1:29 
GeneralRe: How to pass a string into COM Pin
Matt Philmon1-May-02 2:11
Matt Philmon1-May-02 2:11 
AnswerRe: How to pass a string into COM Pin
soup29-Apr-02 2:21
soup29-Apr-02 2:21 
GeneralA strange issue about custom interface Pin
maya24-Apr-02 4:08
maya24-Apr-02 4:08 
GeneralRe: A strange issue about custom interface Pin
Paul M Watt24-Apr-02 8:24
mentorPaul M Watt24-Apr-02 8:24 
GeneralTimer in DCOM server Pin
Hans Ruck23-Apr-02 23:11
Hans Ruck23-Apr-02 23:11 
GeneralRe: Timer in DCOM server Pin
Sayan Mukherjee24-Apr-02 21:38
Sayan Mukherjee24-Apr-02 21:38 
QuestionHow to uninstall a component(.dll) by C++ Pin
23-Apr-02 16:47
suss23-Apr-02 16:47 
AnswerRe: How to uninstall a component(.dll) by C++ Pin
bryce23-Apr-02 16:52
bryce23-Apr-02 16:52 
AnswerRe: How to uninstall a component(.dll) by C++ Pin
Vi223-Apr-02 21:01
Vi223-Apr-02 21:01 

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.