4
Answers

How to find future date by entering days?

Mayank Jani

Mayank Jani

8y
262
1
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. 
Answers (4)
0
Gokhul Varman
NA 10.7k 9.4k 7y
Please refer the link for more detailed explantion:http://developers.itextpdf.com/content/best-itext-questions-stackoverview/font-examples/itext7-how-use-system-font-itextsharp-vbnet
Accepted
0
Shovan Saha
NA 306 17.8k 7y
Dear Gokhul Sir, I have made this. Thank you. But I have another question. I have six buttons bearing same color. I want tab index position of button will show another color. Is it possible? Please help me.