lapo-luchini / WindowsLayoutSnapshot

Windows app to remember + restore window positions
58 stars 7 forks source link

In Win10 windows have invisible border #1

Closed lapo-luchini closed 6 years ago

lapo-luchini commented 6 years ago

…and currently this program ignores that. In order to correctly manage that, simple GetWindowRect isn't enough and a complex mojo with DwmGetWindowAttribute should be used. There is some example code for that on StackOverflow.