开发者

dateTimepicker and monthlycalender question?

开发者 https://www.devze.com 2023-02-17 04:57 出处:网络
I want to use a dateTimePicker and monthlycalender on the form..this how I want it to wor开发者_如何转开发k. if I change the dateTimepicker value the date is highlighted on the monthlycalenderhow do i

I want to use a dateTimePicker and monthlycalender on the form..this how I want it to wor开发者_如何转开发k. if I change the dateTimepicker value the date is highlighted on the monthlycalender how do i do that, any help please?


Try setting the selection of the monthly calender using SetSelectionRange. Pass DateTimePicker.Value for both parameters.


Place the information that Daniel gave you in the

private void dateTimePicker1_ValueChanged(object sender, EventArgs e) { }

event handler.

0

精彩评论

暂无评论...
验证码 换一张
取 消