How can you pause a timer control?
Answer / Amit Garg
To pause a Timer control in Windows Forms, you can use the Enable property. To pause the timer, set Enable to False.n```csharpnthis.timer1.Enabled = false;n```
| Is This Answer Correct ? | 0 Yes | 0 No |
What is form application?
Which method grants a lock on a resource?
How do you check whether the row data has been changed?
What is the difference between the add() and insert() methods of a listbox control?
i already displaying one datagrid. now i want to make change to particular column header i.e i want to split that column header and it includes one more header.... write a code for that in windows application using C#.net
Which property of the errorprovider control automatically sets to the form to which?
What is a windows forms application?
What is form description?
What is the use of stretch property in Image control?
How to get records from a database?
what is the Difference between listbox and combo box?
How to split a column header in gridview using c#.net?