Click here to Skip to main content
15,892,797 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to copy cheked nodes from a treeview to to new treeview? Pin
JANARDHAN GURRAM2-Jan-12 23:49
JANARDHAN GURRAM2-Jan-12 23:49 
GeneralRe: how to copy cheked nodes from a treeview to to new treeview?<SOLVED> Pin
JANARDHAN GURRAM3-Jan-12 1:06
JANARDHAN GURRAM3-Jan-12 1:06 
GeneralRe: how to copy cheked nodes from a treeview to to new treeview? Pin
BillWoodruff3-Jan-12 2:51
professionalBillWoodruff3-Jan-12 2:51 
GeneralRe: how to copy cheked nodes from a treeview to to new treeview? Pin
JANARDHAN GURRAM5-Jan-12 18:17
JANARDHAN GURRAM5-Jan-12 18:17 
GeneralRe: how to copy cheked nodes from a treeview to to new treeview? Pin
BillWoodruff5-Jan-12 22:38
professionalBillWoodruff5-Jan-12 22:38 
GeneralRe: how to copy cheked nodes from a treeview to to new treeview?<SOLVED> Pin
JANARDHAN GURRAM3-Jan-12 1:14
JANARDHAN GURRAM3-Jan-12 1:14 
QuestionProblem with Snake game in C# Pin
ori26942-Jan-12 3:20
ori26942-Jan-12 3:20 
AnswerRe: Problem with Snake game in C# Pin
Luc Pattyn2-Jan-12 3:42
sitebuilderLuc Pattyn2-Jan-12 3:42 
I guess the code shown sits in some event handler, i.e. it is executing on the main thread and blocking everything else, until it terminates due to the snake dying. This is what you should do:
- get rid of Thread.Sleep(), it should not be used inside event handlers.
- use a timer instead; for actions that mainly influence the GUI, a System.Windows.Forms.Timer is the right choice.
- put one iteration of your loop inside the timer's tick handler.

Smile | :)
Luc Pattyn [My Articles] Nil Volentibus Arduum

GeneralRe: Problem with Snake game in C# Pin
ori26942-Jan-12 4:31
ori26942-Jan-12 4:31 
Questionhow to preserve zero bebore number in csv file that opens on excell ? Pin
goldsoft2-Jan-12 0:23
goldsoft2-Jan-12 0:23 
AnswerRe: how to preserve zero bebore number in csv file that opens on excell ? Pin
Shameel2-Jan-12 2:18
professionalShameel2-Jan-12 2:18 
AnswerRe: how to preserve zero bebore number in csv file that opens on excell ? Pin
Richard MacCutchan2-Jan-12 3:35
mveRichard MacCutchan2-Jan-12 3:35 
GeneralRe: how to preserve zero bebore number in csv file that opens on excell ? Pin
Shameel2-Jan-12 3:44
professionalShameel2-Jan-12 3:44 
GeneralRe: how to preserve zero bebore number in csv file that opens on excell ? Pin
Richard MacCutchan2-Jan-12 3:57
mveRichard MacCutchan2-Jan-12 3:57 
QuestionHow to Convert Microsoft Office Word document to Image file such as Tiff? Pin
moslemB1-Jan-12 23:44
moslemB1-Jan-12 23:44 
QuestionRe: How to Convert Microsoft Office Word document to Image file such as Tiff? Pin
DaveAuld1-Jan-12 23:57
professionalDaveAuld1-Jan-12 23:57 
Questionmove from cells in dataGridview Pin
Nabawoka1-Jan-12 10:50
Nabawoka1-Jan-12 10:50 
AnswerRe: move from cells in dataGridview Pin
DaveAuld2-Jan-12 0:03
professionalDaveAuld2-Jan-12 0:03 
QuestionWebservice returns dataset as an xml Pin
kondapalli.santosh1-Jan-12 8:43
kondapalli.santosh1-Jan-12 8:43 
QuestionRe: Webservice returns dataset as an xml Pin
David C# Hobbyist.1-Jan-12 9:07
professionalDavid C# Hobbyist.1-Jan-12 9:07 
AnswerRe: Webservice returns dataset as an xml Pin
kondapalli.santosh1-Jan-12 10:25
kondapalli.santosh1-Jan-12 10:25 
GeneralRe: Webservice returns dataset as an xml Pin
kondapalli.santosh1-Jan-12 10:36
kondapalli.santosh1-Jan-12 10:36 
GeneralRe: Webservice returns dataset as an xml Pin
manognya kota3-Jan-12 0:33
manognya kota3-Jan-12 0:33 
AnswerRe: Webservice returns dataset as an xml Pin
BobJanova3-Jan-12 2:28
BobJanova3-Jan-12 2:28 
QuestiontabControl Pin
Me kiter1-Jan-12 7:58
Me kiter1-Jan-12 7:58 

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.