[DllImport("user32.dll", SetLastError=true)] static extern bool SetProcessDPIAware();
Declare Function SetProcessDPIAware Lib "user32.dll" () As Boolean
Última actualización hace 1 año