C#: Need text to display on a button for set time.

Cassius

Senior member
Mar 21, 2003
529
0
0
So I'm trying to get text to display on one of 5 buttons for an amount of time and then go back to not having anything on it. Seems like it should be simple, but I've spent hours trying to do this and I can't figure it out. I am able to randomly choose a button and put the text on, but I can't figure out how to have that text only stay for an amount of time and then disappear. Any help would be appreciated.
 

Crusty

Lifer
Sep 30, 2001
12,684
2
81
Simple, just create a timer, set it's resolution to 5000ms, and create an event handler for Tick();

In the event handler, just generate a random number, and change the texts of the buttons accordingly.
 

Cassius

Senior member
Mar 21, 2003
529
0
0
Is there a way to pass to the event handler which button to change the text on?
 

Cassius

Senior member
Mar 21, 2003
529
0
0
Thanks for the feedback I finally figured out how to do it. Here is my code:

private void ClearButton(object sender, EventArgs e)
{
Timer temp = (Timer)sender;
int button = Convert.ToInt16(temp.Tag.ToString());

switch (button)
{
case 1:
game.button1.Text = "";
break;
case 2:
game.button2.Text = "";
break;
case 3:
game.button3.Text = "";
break;
case 4:
game.button4.Text = "";
break;
case 5:
game.button5.Text = "";
break;
}
}
 

imported_Dhaval00

Senior member
Jul 23, 2004
573
0
0
Be careful there, Cassius. I think there is a possible deadlock situation in that code you posted. I think (I don't remember, but you'll have to make sure) that the Timer delegate is invoked on a .NET ThreadPool thread - which means the work is being done on a thread that is different than the UI thread. You can't access the UI controls directly (which is what your code suggests) from a background/worker thread.

Look up MSDN for the details.
 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |