Tuesday, September 21, 2010

CTaskDialog

Tip -  CTaskDialog is a powerful replacement for the standard message boxes.

Details -   Windows Vista introduced the concept of Task Dialogs. Those are a powerful replacement for the standard message boxes.In the simplest configuration, it looks like a standard message box, but in more advanced forms it can have progress bars, custom buttons or radio buttons.The MFC in Visual C++ 2010 has a new class called CTaskDialog that is a wrapper around the task dialog API.



Posted by - Vijesh Vijay

1 comment:

  1. Please see the Win32 implementation of same using Native API.


    1. http://codereflect.com/2010/06/20/windows-7-task-dialog-part-1-displaying-a-basic-task-dialog/

    2. http://codereflect.com/2010/07/07/windows-7-task-dialog-part-2-a-more-detailed-task-dialog/

    ReplyDelete