Tagged Questions
0
votes
2answers
63 views
Multi-Threading Glitch
Hi I have a program that uses a label called Valve and a textbox called Variable
The gist is that if the Variable = 0 then the label colour is gray,
If the Variable = 1 then the label uses a thread ...
2
votes
1answer
603 views
C# Drawing - best solution
I'm new here, but lot's of problems I solved, when I googled on this site.
Today I try to solve problem with blinking panel, when I drawing onto it. Lot's of threads I read, like these
how to stop ...
0
votes
1answer
222 views
Blink a label inside a repeater control
I have a label in a ItemTemplate in a Repeater control. I want the text of the label to blink on certain conditions. How do I do that? I am using asp.net 3.5.