Hello,
I am learning C# windows application. I have a WinForm which contains a DateTimePicker, a TextBox and a CommandButton.
the DateTimePicker shows current date. Now, when a user enters number of days in the TextBox (e.g. 17) and presses the CommandButton, the result date should be the current date + 17 days.
Please help me how can i do this.
Thank You.
Mayank Jani.