My Monthcalender automatically fires the date_changed event every few minutes

For some reason the month calender component i've placed in my program, fires the datachanged event every few minuttes. I dont know why but it would be good to be able to turn it of..

Anybody knows about this?

[223 byte] By [DanMikkelsen] at [2007-12-28]
# 1

Dan Mikkelsen,

I don't know why this kind of problem happen, but I think you can customize your MonthCalendar as you like. What do you think of that? The following link shows an example on the Customizable MonthCalendar Type Control:

http://www.codeproject.com/cs/miscctrl/MPK_Calendar.asp

BrunoYu-MSFT at 2007-9-4 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 2

That could be an option, but i dont know what to change.. I just need to make the calender stop running that event every few minutes.. It screws up my program..

Has anybody heard of someone who has made a calender control wich you can download? There are a lot of free components out their that works better than the ones microsoft has included.

DanMikkelsen at 2007-9-4 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 3

Well if anybody else runs into this problem, i found a solution..

You just has to move the code to the dateclicked event..

DanMikkelsen at 2007-9-4 > top of Msdn Tech,Visual Basic,Visual Basic General...