|
System Palette and Static Colors
Ordinarily, the system palette entries that Windows reserves for static colors
cannot be changed. An application can override this default behavior by using
the SetSystemPaletteUse function to reduce the number of static color entries and, thereby, increase
the number of unused system palette entries. However, because changing the
static colors can have an immediate and dramatic effect on all windows on the
display, an application should not call SetSystemPaletteUse, unless it has a maximized window and the input focus.
When an application calls SetSystemPaletteUse with the SYSPAL_NOSTATIC value, Windows frees all but two of the reserved
entries, allowing those entries to receive new color values when the application
subsequently realizes its logical palette. The remaining two static color
entries remain reserved and are set to white and black. An application can restore
the reserved entries by calling SetSystemPaletteUse with the SYSPAL_STATIC value. It can discover the current system palette
usage by using the GetSystemPaletteUse function.
Furthermore, after setting the system palette usage to SYSPAL_NOSTATIC, the
application must immediately realize its logical palette, call the GetSysColor function to save the current system color settings, call the SetSysColors function to set the system colors to reasonable values using black and white,
and finally send the WM_SYSCOLORCHANGE message to other top-level windows to allow them to be redrawn with the new
system colors. When setting system colors using black and white, the application
should make sure adjacent or overlapping items, such as window frames and
borders, are set to black and white, respectively.
Before the application loses the input focus, closes its window, or
terminates, it must immediately call SetSystemPaletteUse with the SYSPAL_STATIC value, realize its logical palette, restore the system
colors to their previous values, and send the WM_SYSCOLORCHANGE message.
Windows sends a WM_PAINT message to any window that is affected by a system color change. Applications
that have brushes using the existing system colors should delete those brushes
and recreate them using the new system colors.
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|