我正在使用Visual Studio 2012并使用c ++语言设计Windows窗体。当用户在日期时间选择器框中选择他们的检查时,我无法将代码放在一起同时更新文本框值。这是我的伪代码,如果你帮助我或指出正确的信息,我将不胜感激。
private: System::Void dtpMondayIn_ValueChanged(System::Object^ sender, System::EventArgs^ e) {
while (true){
if (this->dtpMondayIn->Value++ or Value--){
Update->txtMonday->Text;
}