J
Jayesh
Hi
I have panel in which I have DateTimePicker. Here is the code
DateTimePicker datePicker = new DateTimePicker();
datePicker.Format = DateTimePickerFormat.Custom;
datePicker.CustomFormat = Constants.DisplayDateFormat;
datePicker.Font = mycustomFont;
datePicker.ShowUpDown = false;
datePicker.Size = new Size(Constant,Constant)
When I hit tab on DateTimePicker control to move focus to next TextBox
control in the panel, it is giving a beep. Please help.
I have panel in which I have DateTimePicker. Here is the code
DateTimePicker datePicker = new DateTimePicker();
datePicker.Format = DateTimePickerFormat.Custom;
datePicker.CustomFormat = Constants.DisplayDateFormat;
datePicker.Font = mycustomFont;
datePicker.ShowUpDown = false;
datePicker.Size = new Size(Constant,Constant)
When I hit tab on DateTimePicker control to move focus to next TextBox
control in the panel, it is giving a beep. Please help.