Blog

Featured Blog Post

Thursday, September 11, 2025

On September 10, 2025, Embarcadero officially released RAD Studio 13 Florence, along with Delphi 13 and C++Builder 13. This brand-new version of the RAD Studio IDE introduces powerful new capabilitie...

Blog Posts:  Latest arrow_downward | Views

PREVIOUS NEXT

Thursday, April 30, 2020

The TaskDialog API was introduced in the Microsoft Windows Vista operating system as a more user-friendly way to give notifications to users. Where a MessageBox() only has a caption, text, icon and buttons, the task dialog introduced additional expa...


Thursday, October 17, 2019

Holger Flick, TMS Evangelist & Embarcadero MVP has recently made a lot of useful videos: tips and tricks for TMS VCL components, new release announcements, events announcements... Recently he recorded a new series of videos for VCL TaskDialog. This...


Wednesday, January 21, 2009

Introduction In article 5, we've introduced the basic API to use the new Vista TaskDialog from Delphi. The basic API however only allows to do marginally more than the good old MessageBox. To get more out of the new TaskDialog, Vista exposes the ...


Introduction Windows Vista introduces a new dialog to communicate with the user, called TaskDialog. In its most simple form, a TaskDialog is just a nicer looking MessageBox equivalent with options to customize the title and to add a description an...


PREVIOUS NEXT