monthcalendar getfocus ?

  • Thread starter Thread starter Steven
  • Start date Start date
S

Steven

Hello,

I have an application with multiple forms. One of the forms contains a
monthcalendar. Each 2 minutes, the monthcalendar is getting the focus. I
don't know why, it seems like this happens automatically.

This is pretty annoying, because if another form was opened, the whole
form with the monthcalendar appears on top of the opened form (which had
the focus).

Anyone in for a solution ?

Thanks,

Steven
 
Steven,

The last for you show get the focus

However there should be some timer in your code that does something, I never
heard of a part that goes automaticly without code. (By instance a do events
part or something with a timer).

Cor
 
Steven said:
I have an application with multiple forms. One of the forms contains a
monthcalendar. Each 2 minutes, the monthcalendar is getting the focus. I
don't know why, it seems like this happens automatically.

This is pretty annoying, because if another form was opened, the whole
form with the monthcalendar appears on top of the opened form (which had
the focus).

Does this even occur in a "minimal" application? What version of
..NET/Windows are you using?
 
Back
Top