How to modify TaskDialog's Show() call to be blocking and return a value when closed?

Posted by JustABill on Stack Overflow See other posts from Stack Overflow or by JustABill
Published on 2010-05-12T22:44:10Z Indexed on 2010/05/15 20:34 UTC
Read the original article Hit count: 159

Filed under:
|

I'm using the WindowsAPICodePack's TaskDialog implementation, but it bugs me that I have to listen to click handlers on its buttons for even the more basic implementations. I'd like to convert/wrap it so that like the old MessageBox it blocks until closed and then returns a value based on what was done. Is there anything I can read for the basics on how to do this? I just have no idea where to even start, as I am admittedly not that familiar with the Win32 underpinnings.

© Stack Overflow or respective owner

Related posts about c#

Related posts about taskdialog