.
C# Signature:
[DllImport("user32.dll", SetLastError=true)]
static extern bool SetProcessDPIAware();
VB Signature:
Declare Function SetProcessDPIAware Lib "user32.dll" () As Boolean
User-Defined Types:
None.
Alternative Managed API:
Do you know one? Please contribute it!
Apparently, you can do this in a manifest, but I couldn't figure out how...
Notes:
None.
Tips & Tricks:
Please add some!
Sample Code:
Please add some!
