Checkbox in DTPicker control (Visual Basic 6)
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have a DTPicker control in my Program and I want to embed a Check box in it. So I wrote the below line: DTPicker1.CheckBox = True But the inital value of that check box is checked I want a Check Box in DTPicker in which it is not initially checked. In the Property Page of DTPicker ,I tried to uncheck it and Apply, But it is not reflecting in the Application. Will anybody please go thru the problem and Solve it For me? Thanx, Vimal.