hi changamire, I suggest you to make your website responsive.
Build Responsive UI with Bootstrap
you wanna get familiarize for using bootstrap css, use this tutorial https://www.microsoftvirtualacademy....bootstrap-8378
User Profile
Collapse
-
1. Add a timer to your form.
2. Set timer interval to 1000 (milliseconds)
3. Set Enabled property to True
4. Update the DateTimePicker value in the Tick event of the timer as below
Code:private void timer1_Tick(object sender, EventArgs e) { dateTimePicker1.Value = DateTime.Now; }Leave a comment:
No activity results to display
Show More
Leave a comment: