I am learning how to draw GUI's with GDI/GDI+, i found this http://msdn.microsoft.com/en-us/library/windows/desktop/dd756596(v=vs.85).aspx#step_2__declare_that_the_application_is_dpi-aware Does every application do that calculation so it can be displayed properly or what ?
Can someone explain how to calculate client coordinates of buttons,images and all controls on your window so they have the same align on different resolutions ?
Thanks in advance.