2. DateTimePicker behaving oddly?
Hi Dursun,
The behavior of this control does seem a bit odd. I found if I put the following in the Form Load event it's unchecked:
With Me.DateTimePicker1
.Value = Date.Now
.Checked = False
End With
But the following will result in checked
With Me.DateTimePicker1
.Checked = False
.Value = Date.Now
.Checked = False
End With
This looks like a bug. In the recent Beta, it doesn't repro.
Craig VB.Net Team
--------------------------------------------------------------------
This reply is provided AS IS, without warranty (express or implied).
--------------------
Here is the code:
executing the code and showing the GUI, the GUI still shows checked.
3. UDF behaving very oddly -assistance or please suggest alternative.
5. Menu in Word behaving oddly; items (like the entire contents of the Tools menu) disappearing...
7. IE rollover behaving very oddly, only partial image area is clickable
8. Thumb drive folders behaving oddly
9. Foreign characters behaving oddly
10. initial text tag behaves oddly?
12. UDF behaving very oddly -assistance or please suggest alternat
13. Excel (Office 2004) behaving oddly on MacBook
15. [Q] Window from Nib behaves oddly