My application is a plug-in developed in VC++ (win32). The solutions I could find didn't work for me.
I have two options :
- To disable DPI changes for my DLL plugin. That means my plug-in will not be affected with DPI changes.
- To scale all the controls according to the DPI change.
Please help.
Thanks.