Results 1 to 2 of 2

Thread: Integrate my stuff into another app.

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2003
    Posts
    830

    Integrate my stuff into another app.

    Hello,

    You know how you can integrate (add an icon) into Word to create PDF files? How can I do that so that my applcation is accessible from within another application using an icon?

    Hope that makes sense.

  2. #2
    G&G Moderator chemicalNova's Avatar
    Join Date
    Jun 2002
    Location
    Victoria, Australia
    Posts
    4,246

    Re: Integrate my stuff into another app.

    Word uses Automation to allow you to access its "stuff".

    For other applications, you need to subclass the application window, and insert a menu item, toolbar button, whatever yourself. Then handle all of its messages.

    This isn't a simple task. If you want a toolbar button, you need to get the handle of the window, the handle of the toolbar, then create a toolbar button using the information you've gathered.

    How familiar are you with the Win32 APIs?

    chem

    Visual Studio 6, Visual Studio.NET 2005, MASM

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