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

Thread: postmessage

  1. #1
    Join Date
    Jan 2007
    Posts
    143

    Wink postmessage

    Hello Guys,
    I have 2 dialogs from dialog2 i need to call dialog1 function via postmessage pls let me how can it be implemented.

  2. #2
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,635

    Re: postmessage

    Why PostMessage? What's the relationship between the two?

  3. #3
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: postmessage

    Quote Originally Posted by resumurof View Post
    I have 2 dialogs from dialog2 i need to call dialog1 function via postmessage pls let me how can it be implemented.
    Have you actually looked at the send/postmessage help ?

  4. #4
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: postmessage

    If both dialogs are modal, postmessage isn't going to work.

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

    Re: postmessage

    You have to explain what you want to do, what is the relationship between the dialogs, and what exactly you mean by "call". Is it "open"?
    Marius Bancila
    Home Page
    My CodeGuru articles

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

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