C# DateTimePicker stuck in loop

前端 未结 5 1966
死守一世寂寞
死守一世寂寞 2021-01-21 22:06

I have a datetimepicker in C#. When I click on it, it expands to show a monthly calendar, when I click the left arrow to go back a month, it changes the value and calls my even

5条回答
  •  时光说笑
    2021-01-21 22:47

    I also have the same problem. In my case, instead of calling DoEvents I'm updating a Crystal Report view. The only workaround I found is to update my view upon the CloseUp event instead of ValueChanged or TextChanged.

    Scott, how did you finally corrected your problem ?

提交回复
热议问题