| Windows with Delphi Windows API (94) Windows Filesystem (41) Windows Forms (69) Windows Graphics (38) |
How to find out if the taskbar's auto hide feature is on
(1 votes). Leave comments and/ or rate it.
The easiest and fastest way to find out if the Windows taskbar's auto hide feature is on is to use the Windows SHAppBarMessage() function. Here's the Object Pascal code port:
Comments:
|