CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2007
    Posts
    6

    Question Retrieve ActiveDoc with hWnd.

    Hello, I'm new to VC++ so please be patient.

    I'm trying to retrieve an active document from a hWnd passed in by a VB6 program.

    Can this be done and if so how, or can ou point me in the right direction?

    Thanks for your help.

    Kev

  2. #2
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    Re: Retrieve ActiveDoc with hWnd.

    You should start by telling as more about the two applications you have and what you want to do actually.
    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

  3. #3
    Join Date
    Dec 2007
    Posts
    6

    Re: Retrieve ActiveDoc with hWnd.

    We have a VB6 Application and a Redact plugin.

    The VB6 opens up a form that has a pdf open using an acrobat viewer, the user then strikesOut some text.

    When the user presses the save button the VB6 application needs to call the Redact plugin so that the plug in goes through the document redacting the strikeout characters.

    We want to pass in the hWnd so that the plugin can set the AVDoc and AVPageview.

    Kev.

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