Home Forums Software Development Display scaling with new coresdk Reply To: Display scaling with new coresdk

#7037
Anonymous
Inactive

I think I found a solution. Since FormsEyeXHost is deprecated, and this object called SetProcessDpiAware(), we have to find another way to call it. Even though I’m running a Windows forms application, I called InitializeWpfAgent hoping it would call SetProcessDpiAware. It appears that it does and it works.

To fix the problem, just add this to your code:
_eyeXHost.InitializeWpfAgent();