开发者

dateTimepicker and monthlycalender question?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜