如何在用户操作UI数据时更新值

时间:2014-11-24 05:58:16

标签: c++ visual-studio-2012

我正在使用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;
             }

0 个答案:

没有答案