Tagged Questions
5
votes
6answers
867 views
Vista application thumbnail
By design, the toolbar application thumbnail on Vista does not update when an application is minimized, since the minimized window itself is not redrawing. For a monitoring application I have, it ...
0
votes
1answer
129 views
Using DwmIsCompositionEnabled (JwaDwmApi) on pre-vista causes error
Been trying to use the following code in order to check if Windows Aero is enabled:
function AeroEnabled: boolean;
var
enabled: bool;
begin
// Function from the JwaDwmapi unit (JEDI Windows Api ...