Tag Archives: GDI

The Graphics Device Interface (GDI) is a Microsoft Windows application programming interface and core operating system component responsible for representing graphical objects and transmitting them to output devices such as monitors and printers.

System Modal Dialog

This article makes introduction to the one of the interesting Windows abilities, the ability to deal with multiple desktops. As example it contains the source of code of the .NET library that gives ability of creation System Modal dialogs in the same way as UAC window does. The article is for beginners and requires only very basic knowledge about.NET and Windows API.