On some displays TLL registration form looks ugly. How can I fix it?

On some displays TLL registration form looks ugly. How can I fix it?

We have spent a lot of time on researching this. The issue resides in Windows Forms which, by default, does not work with system DPI settings.

As a result, on high DPI displays, some fonts and edges may not look smooth.

To fix this, set MakeAppDPIAware to true during TLLInterface object initialization.

Did this answer your question?