I have Winform in which i have date time picker so I need to know how can I set default date value to 01 in datetime picker, and user cant change the date. How ever he/she can change the month or the year, but the default date remains the same ie; 01.
Share
pick some event that you will use. I did build string, but you can rewritte better code and much simpler. This is just an example for you to understand.
hope it helps