摘要:
// Edit_1.cpp : Defines the entry point for the application. // #include "stdafx.h" #include "Edit_1.h" #include <windowsx.h> #include <RichEdit.h> #i 阅读全文
posted @ 2020-01-17 17:05
strive-sun
阅读(269)
评论(0)
推荐(0)
摘要:
要设置dpi 意识,一般是使用SetProcessDpiAwareness(PROCESS_PER_MONITOR_DPI_AWARE)来设置 具体可参考:Setting the default DPI awareness for a process 不过官方更建议使用清单文件来设置dpi意识,我介 阅读全文
posted @ 2020-01-17 17:01
strive-sun
阅读(1985)
评论(0)
推荐(0)