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

    How to retrive a hWnd which losts during Post?

    hello !

    Im implementing MDI application .Im posting messages from one window to another window, but while doing so it losts it's hWnd ????? of another window to whom im posting a message.

    So please let me know that.........Is there any way by which i can make it(hWnd) available again.

    Any help would be appreciated
    prati.

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430
    May be i've lost my head like your PostMessage had lost "it's hWnd"?
    I have not understood your question
    Please be more clear and post a code snippet.

  3. #3
    Join Date
    Jul 2003
    Posts
    116
    u can also use sendmessage() or sendmessageTimeOut() but still i cant imagine how a handle can be lost within the application when posted, is this the pool of posted messages that has a leak .... ....

    somebody fix the leak ...calling Microsoft Plumberguy for XP......

    u can make sure that the darn message comes back home with all the goodies by keeping an eye of SendMessage()...

    its a very hubby sorta message u r posting ....

    cheers!

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