CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2010
    Posts
    121

    What value would MessageBox returns if I push the next button

    What value would MessageBox returns if I push the next button on the dialog box.
    Not sure if it is a dialog or messagebox though....
    If dialog box, what should be returned?
    I think not IDOK, IDYES or IDCONTINUE
    None of them is what I needed.
    Thanks
    Jack

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,398

    Re: What value would MessageBox returns if I push the next button

    Do you mean the CPropertySheet Class?
    The ID of the button "next" is PSBTN_NEXT in this case.
    Victor Nijegorodov

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