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.
我CDateTimeCtrl在一个对话框上放了一个,并定义了它的“不显示”属性。 它使日期附近的复选框被选中。
CDateTimeCtrl
我希望对话框的默认值是未选中此复选框。 如何处理此属性并设置其值?
CDateTimeCtrl* dt = NULL; GetDlgItem(DATE_TIME_CTRL, dt); dt->SetTime();