Home page > Delphi, tips bulk > For MS-Windows

For MS-Windows
Latest addition : 7 September 2011.
This section contains code snippets for Delphi, and that showcases the Windows API, enabling operations for which the VCL is not enough.
I created most of these functions, after a "few" nights on MSDN. They are also often the translation of C examples provided by Microsoft, to the Pascal language.
I try to make them compatible with Delphi all versions, and Lazarus. In case of problems, feel free to contact me.
I’m not asking anything in return for this work, except a small link to my site if you find it useful and use it in your software.
This section's articles
-
FontUtils: managing fonts
7 September 2011, byThis Delphi unit has some useful features for managing fonts and text attributes. You can turn them into (...) -
DTMessager: communicate between Windows applications
31 August 2011, byHere is a simple and very effective way to communicate information between two Win32/Win64 applications, running (...) -
Wintools: valuable tools for Windows
28 August 2011, byThis Delphi unit contains some useful functions using the Windows API. Compatibility: Delphi all non-.NET (...)