datetime picker

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mukashingiro1
    New Member
    • May 2023
    • 1

    datetime picker

    how to get date time picker control in visual basic 6.0
  • MerlinTheGreat
    New Member
    • Jun 2022
    • 6

    #2
    Right click on the form controls (left side of the window) and choose Components....
    Add all of the Common controls for VB6.
    Now you'll find the date picker (DTpicker) among the form controls.

    Comment

    Working...