Blog
Featured Blog Post
Wednesday, September 2, 2026
TMS FNC UI Pack 7.3TMS FNC Data Grid 2.0 Intro A grid can contain every answer and still make the important ones hard to find. Which sales representatives are leading the quarter? Which targets are at risk? Where is growth slowing down? Tra...
Blog Posts:
Latest arrow_downward | Views
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...