CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Location
    South Africa
    Posts
    46

    Adding button to a toolbar in Microsoft Outlook or Outlook Express

    Hi All,

    I'm trying to find some pointers as to where to find tutorials (or any information in fact) on adding buttons to the toolbar of microsoft products. I know it can be done, 'cause PGP and other programs have similar "plug-ins". Any help would be appreciated or a pointer in the right direction.

    Regards

    Daniel.


  2. #2
    Guest

    Re: Adding button to a toolbar in Microsoft Outlook or Outlook Express

    For outlook 97/98; you can lok around MAPI SDK and there has a sample
    named "cmdext" project, this project will show you how to add toolbox or menu
    item
    to window message client (in case it is outlook97/98 but not !outlook express! ) - microsoft site has this example.
    I myself is looking for the same answer for outlook express.
    If you have the answer for outlook express, e-mail me at "[email protected]"


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured