Search:

Type: Posts; User: Adrian++

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    6,285

    IHTMLDocument2 get_body error

    Hi all, I have this code:



    void OnGetDocInterface(HWND hWnd)
    {
    CoInitialize( NULL );

    // Explicitly load MSAA so we know if it's installed
    HINSTANCE hInst = ::LoadLibrary(...
  2. Replies
    9
    Views
    4,116

    GetWindowText can get only the Text from the main...

    GetWindowText can get only the Text from the main window (if you give it a HWND from another process)
  3. Replies
    9
    Views
    4,116

    Get text from other window

    Hello,
    I have a problem, I need to read text from a text box in another application.
    Using Spy++ I found that the text box's class is Internet Explorer_Server
    I tried SendMessage and a few...
Results 1 to 3 of 3