A
arr uba
hi all!
I don't know why, but I've just inserted the following code:
private void monthCalendar1_click(object sender, DateRangeEventArgs e)
{
MessageBox.Show("hello");
}
....and when running my form and clicking on my calendar i will get the
message box "hello" not once but repeatedly from time to time.
Any idea why?
Thanks.
I don't know why, but I've just inserted the following code:
private void monthCalendar1_click(object sender, DateRangeEventArgs e)
{
MessageBox.Show("hello");
}
....and when running my form and clicking on my calendar i will get the
message box "hello" not once but repeatedly from time to time.
Any idea why?
Thanks.