CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: kev37barrie

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    4,291

    Re: _T Undeclared Identifier?

    Thanks!


    Kev.
  2. Replies
    2
    Views
    4,291

    _T Undeclared Identifier?

    New to VC++

    I have to places where I use _T -

    #define WATERMARK_DEFAULT_FONT _T("Arial")


    And

    afhd.hWnd = FindWindowEx(hWnd, 0, _T("Amber External Window"), 0);
  3. Replies
    1
    Views
    757

    Open a pdf File.

    If you are passed in the name and path of a pdf file, can you open the pdf file with out showing it, and get the AVDoc of it?

    I'm very new to C++ so be gentle.

    Kev.
  4. Replies
    2
    Views
    812

    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...
  5. Replies
    2
    Views
    812

    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...
  6. Replies
    2
    Views
    2,843

    Adobe Plugin Question.

    I'm writing an adobe plugin that is searching through pdf's for text that has the annotation strikeout.

    I can find the annotation, but it selects text that is above and blow the text that has the...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured