By Sarath, on July 7th, 2010%
Tweet
In the last installment, we’ve seen using the basic version of task dialog. But usually when we see the task dialogs in Windows Vista or 7, it’s more detailed and can have flashy icons etc. Let’s see how to take more control over the task dialogs.
TaskDialogIndirect function can be used to have more options with task . . . → Read More: Windows 7: Task Dialog Part 2 – A more detailed task dialog
By Sarath, on June 20th, 2010%
Tweet
Every programmer must be familiar with the MessageBox es in any platform. It’s the simplest way to notify the user to take an action or provide notifications. Windows provides standard message box functionality with MessageBox API for displaying MessageBox with most frequently used buttons (OK, Cancel, Yes, No etc) and icons (error, warning, info etc.) This . . . → Read More: Windows 7 Task Dialog – Part 1 – Displaying a basic task dialog