Blog
Featured Blog Post
Monday, November 3, 2025
TMS FNC UI Pack 6.9 Intro Working with large datasets can be challenging. When your grid contains thousands or even millions of rows, displaying them all at once isn't just impracticalit can bring your application to a craw...
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...