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.
Win32ダイアログ をデフォルトの位置/サイズで 表示するにはどうすればよいですか?
(つまり、ウィンドウがすでに作成されている場合をシミュレートCW_USEDEFAULTするにはどうすればよいですか)?CreateWindow
CW_USEDEFAULT
CreateWindow
で一時的に非表示のウィンドウを作成し、CW_USEDEFAULTそれが配置される場所を確認します。ダイアログをそこに移動します。