Tagged Questions

1
vote
2answers
918 views

Checking if DWM/Aero is enabled, and having that code live in the same binary for 2000/XP/Vista/7

I know the title makes little sense, mostly because it's hard to explain in just one line. So here's the situation: I have a program who's binary is targeted at Windows 2000 and newer. Now, I went ...
-2
votes
0answers
76 views

QT QWidget custom moving of the window

Test case in one file: http://ideone.com/j6Lyr link against C:\Windows\System32\dwmapi.dll Testcase of a weird result. QWidget::move() crazies about and even resizes the window. The thing i'm trying ...