Coding windows with per monitor DPI awareness

is it possible in clarion ??
Anyone with some experience ??
(I do not want to code a UWP app)

There is a DPI aware checkbox in the manifest section. Don’t know if that helps

Standard templates generate incorrect dpi entries in the manifest, I have posted the fix, it also allows to choose System aware or Per Monitor mode:

Mike’s correction seems to be generating the manifest correctly, however, by running GetPosition I still get the same values as before.
(Using the win api, I always get the corrects values for the monitor).
Maybe I’m not understanding something, but I shouldn’t have a correct answer with GetPosition to be able to correctly position the controls?