Click here to Skip to main content
15,886,518 members
Home / Discussions / C#
   

C#

 
AnswerRe: Blocking Input Pin
Vimalsoft(Pty) Ltd22-Jul-08 11:53
professionalVimalsoft(Pty) Ltd22-Jul-08 11:53 
GeneralRe: Blocking Input Pin
Dirso22-Jul-08 12:26
Dirso22-Jul-08 12:26 
Questiondata binding to combobox Pin
bfis10813722-Jul-08 10:58
bfis10813722-Jul-08 10:58 
AnswerRe: data binding to combobox Pin
Vimalsoft(Pty) Ltd22-Jul-08 11:43
professionalVimalsoft(Pty) Ltd22-Jul-08 11:43 
GeneralRe: data binding to combobox Pin
bfis10813723-Jul-08 3:08
bfis10813723-Jul-08 3:08 
GeneralRe: data binding to combobox Pin
Vimalsoft(Pty) Ltd23-Jul-08 5:45
professionalVimalsoft(Pty) Ltd23-Jul-08 5:45 
GeneralRe: data binding to combobox Pin
bfis10813723-Jul-08 5:53
bfis10813723-Jul-08 5:53 
QuestionReady screen for a simple game Pin
Gareth H22-Jul-08 10:46
Gareth H22-Jul-08 10:46 
I am making a simple reaction game. When the player clicks "Start", i want to display a label that acts as a count down.

Eg:

label.Text = "Ready";<br />
Thread.Sleep(1000);<br />
label.Text = "Steady";<br />
Thread.Sleep(1000);<br />
label.Text = "GO!";


I could do it like the above but I'd rather not use Thread.Sleep.
Does anyone know how I'd go about this?

Regards,
Gareth.

(FKA gareth111)

AnswerRe: Ready screen for a simple game Pin
DaveyM6922-Jul-08 10:56
professionalDaveyM6922-Jul-08 10:56 
AnswerRe: Ready screen for a simple game Pin
Gareth H22-Jul-08 11:04
Gareth H22-Jul-08 11:04 
QuestionSocket programming Pin
AlexPizzano22-Jul-08 9:58
AlexPizzano22-Jul-08 9:58 
AnswerRe: Socket programming Pin
Gareth H22-Jul-08 10:07
Gareth H22-Jul-08 10:07 
AnswerRe: Socket programming Pin
Shuaib wasif khan22-Jul-08 10:18
Shuaib wasif khan22-Jul-08 10:18 
AnswerRe: Socket programming Pin
DaveyM6922-Jul-08 10:19
professionalDaveyM6922-Jul-08 10:19 
GeneralRe: Socket programming Pin
nelsonpaixao22-Jul-08 12:57
nelsonpaixao22-Jul-08 12:57 
QuestionDisplay Newly Added DataSet Column Pin
Verghese22-Jul-08 9:29
Verghese22-Jul-08 9:29 
AnswerRe: Display Newly Added DataSet Column Pin
Vimalsoft(Pty) Ltd22-Jul-08 11:39
professionalVimalsoft(Pty) Ltd22-Jul-08 11:39 
Questionpivot Table in C# Windows Form Pin
Shuaib wasif khan22-Jul-08 9:22
Shuaib wasif khan22-Jul-08 9:22 
QuestionRe: pivot Table in C# Windows Form Pin
TheFM23422-Jul-08 10:09
TheFM23422-Jul-08 10:09 
AnswerRe: pivot Table in C# Windows Form Pin
Shuaib wasif khan22-Jul-08 10:14
Shuaib wasif khan22-Jul-08 10:14 
QuestionSOS..I need help with .dll files Pin
nonstopfun22-Jul-08 9:03
nonstopfun22-Jul-08 9:03 
AnswerRe: SOS..I need help with .dll files Pin
Shuaib wasif khan22-Jul-08 9:26
Shuaib wasif khan22-Jul-08 9:26 
AnswerRe: SOS..I need help with .dll files Pin
PIEBALDconsult22-Jul-08 12:26
mvePIEBALDconsult22-Jul-08 12:26 
Questionlist of interfaces in C# needed Pin
asherhoo22-Jul-08 8:51
asherhoo22-Jul-08 8:51 
AnswerRe: list of interfaces in C# needed Pin
Pete O'Hanlon22-Jul-08 9:30
mvePete O'Hanlon22-Jul-08 9:30 

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.