Click here to Skip to main content
15,891,423 members
Home / Discussions / C#
   

C#

 
AnswerRe: windows form programming Pin
Mike Ellison29-Jul-09 11:24
Mike Ellison29-Jul-09 11:24 
QuestionBasic Server Pin
jammmie99929-Jul-09 6:56
professionaljammmie99929-Jul-09 6:56 
AnswerRe: Basic Server Pin
Abhijit Jana29-Jul-09 7:27
professionalAbhijit Jana29-Jul-09 7:27 
GeneralRe: Basic Server Pin
jammmie99929-Jul-09 9:38
professionaljammmie99929-Jul-09 9:38 
Questionsimple translation form vb to c# Pin
nelsonpaixao29-Jul-09 6:13
nelsonpaixao29-Jul-09 6:13 
AnswerRe: simple translation form vb to c# Pin
Christian Graus29-Jul-09 10:50
protectorChristian Graus29-Jul-09 10:50 
GeneralRe: simple translation form vb to c# [modified] Pin
nelsonpaixao29-Jul-09 13:11
nelsonpaixao29-Jul-09 13:11 
QuestionUsing Thread.Sleep() in a Timer tick event Pin
therealrustyspork29-Jul-09 4:42
therealrustyspork29-Jul-09 4:42 
In this code, I want to set the color of the progress bar to one thing, wait, then set it to something else, each time timer1 ticks. It doesn't work. Any suggestions?

private void timer1_Tick(object sender, EventArgs e)
{
progressBar2.ForeColor = Color.Firebrick;
Thread.Sleep(50);
progressBar2.ForeColor = Color.Black;

}
AnswerRe: Using Thread.Sleep() in a Timer tick event Pin
Nagy Vilmos29-Jul-09 4:54
professionalNagy Vilmos29-Jul-09 4:54 
AnswerRe: Using Thread.Sleep() in a Timer tick event Pin
PIEBALDconsult29-Jul-09 4:55
mvePIEBALDconsult29-Jul-09 4:55 
AnswerRe: Using Thread.Sleep() in a Timer tick event Pin
Abhijit Jana29-Jul-09 5:27
professionalAbhijit Jana29-Jul-09 5:27 
GeneralRe: Using Thread.Sleep() in a Timer tick event Pin
ThomasManz29-Jul-09 10:19
ThomasManz29-Jul-09 10:19 
AnswerRe: Using Thread.Sleep() in a Timer tick event Pin
Abhijit Jana29-Jul-09 11:03
professionalAbhijit Jana29-Jul-09 11:03 
AnswerRe: Using Thread.Sleep() in a Timer tick event Pin
Lutosław29-Jul-09 10:12
Lutosław29-Jul-09 10:12 
Questionexisting object.custom property Pin
_Q12_29-Jul-09 4:19
_Q12_29-Jul-09 4:19 
AnswerRe: existing object.custom property Pin
OriginalGriff29-Jul-09 4:30
mveOriginalGriff29-Jul-09 4:30 
AnswerRe: existing object.custom property Pin
_Q12_29-Jul-09 6:32
_Q12_29-Jul-09 6:32 
QuestionRouge Text String in Socket Programing Pin
User 621557929-Jul-09 4:04
User 621557929-Jul-09 4:04 
AnswerRe: Rouge Text String in Socket Programing Pin
Nagy Vilmos29-Jul-09 4:59
professionalNagy Vilmos29-Jul-09 4:59 
GeneralRe: Rouge Text String in Socket Programing Pin
User 621557929-Jul-09 5:09
User 621557929-Jul-09 5:09 
GeneralRe: Rouge Text String in Socket Programing Pin
Nagy Vilmos29-Jul-09 5:12
professionalNagy Vilmos29-Jul-09 5:12 
GeneralRe: Rouge Text String in Socket Programing Pin
User 621557929-Jul-09 6:21
User 621557929-Jul-09 6:21 
GeneralRe: Rouge Text String in Socket Programing Pin
Nagy Vilmos29-Jul-09 6:48
professionalNagy Vilmos29-Jul-09 6:48 
GeneralRe: Rouge Text String in Socket Programing Pin
User 621557929-Jul-09 6:55
User 621557929-Jul-09 6:55 
GeneralRe: Rouge Text String in Socket Programing Pin
Nagy Vilmos29-Jul-09 7:03
professionalNagy Vilmos29-Jul-09 7:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.