CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    How can I get client's window handle in my windowless object?

    I want my windowless object to post message to itself so I need the
    window handle of the client.
    How can I get the client's window handle in my windowless object?

    Thanks


  2. #2
    Join Date
    May 1999
    Posts
    48

    Re: How can I get client's window handle in my windowless object?

    IOleWindow::GetWindow
    Sincerely, Mihai


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