Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C++ アプリケーションで、システム カラーを誤って変更しました。
const INT val = COLOR_HIGHLIGHTTEXT; const COLORREF color = RGB(255,0,0); ::SetSysColors(1, &val, &color);
逆方向のデフォルト設定を復元するにはどうすればよいですか?