Place a DateTimePicker on your form.

Then place this code in the Form Load event

VB Code:
  1. Me.DateTimePicker1.BackColor = System.Drawing.Color.Tomato

Run the application.

Why doesn't it work?