Jumpy MS Date Time picker control

  • Thread starter Thread starter RD
  • Start date Start date
R

RD

Hi all,

This is my first time trying to use this control. It makes a slick addition to
some of my forms.

However, on this one bloody form, after updating it, the damn thing jumps to
position 0,0 on the form! It doesn't do this on any other form, just this one.

Any ideas what might be causing this behavior?

Little background:
On form open, DTPicker is Locked, Enabled = False.
After Update of cboWorker DTPicker is Enabled, Locked = False.
Could messing around with it this way cause it to jump around like that?

Thanks for any help,
RD
 
I did some experimenting and, yes, messing around with the Enables and Locked
properties is responsible for making the DTPicker control move. I found a few
bug referrences on the MSDN site but none of them were *this* bug.

Ah, well, it's annoying but I guess I have to live with it.
 
Back
Top