Click here to Skip to main content
15,890,557 members
Home / Discussions / C#
   

C#

 
GeneralRe: updating treenode text dynamically Pin
xilefxilef17-May-10 16:42
xilefxilef17-May-10 16:42 
GeneralRe: updating treenode text dynamically Pin
PIEBALDconsult17-May-10 17:41
mvePIEBALDconsult17-May-10 17:41 
GeneralRe: updating treenode text dynamically Pin
xilefxilef17-May-10 17:52
xilefxilef17-May-10 17:52 
GeneralRe: updating treenode text dynamically Pin
PIEBALDconsult17-May-10 18:20
mvePIEBALDconsult17-May-10 18:20 
GeneralRe: updating treenode text dynamically Pin
xilefxilef17-May-10 18:30
xilefxilef17-May-10 18:30 
GeneralRe: updating treenode text dynamically Pin
PIEBALDconsult18-May-10 4:52
mvePIEBALDconsult18-May-10 4:52 
QuestionC# Sudoku Help Pin
shivamkalra17-May-10 14:07
shivamkalra17-May-10 14:07 
AnswerRe: C# Sudoku Help Pin
Luc Pattyn17-May-10 14:13
sitebuilderLuc Pattyn17-May-10 14:13 
The normal way in a WinForms app would be to perform all the painting in a Paint handler, and calling Control.Invalidate() whenever said Control needs a repaint.

BTW: calling Control methods has to be performed on the main (aka GUI) thread.

I have a basic animation example here[^]; the principles are the same if you don't want an actual animation.

Out of curiosity, what is you Sudoku app going to do: generate puzzles, solve puzzles, act as a board game where the player solves the puzzle and the app checks, ...?

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read formatted code with indentation, so please use PRE tags for code snippets.

I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).

QuestionWPF toolkit DataGrid and DataSet Pin
USAFHokie8017-May-10 12:57
USAFHokie8017-May-10 12:57 
AnswerRe: WPF toolkit DataGrid and DataSet Pin
Richard Andrew x6417-May-10 14:09
professionalRichard Andrew x6417-May-10 14:09 
Questionwat's wrong ? Pin
igalep13217-May-10 10:07
igalep13217-May-10 10:07 
AnswerRe: wat's wrong ? Pin
Not Active17-May-10 11:07
mentorNot Active17-May-10 11:07 
QuestionMessage Removed Pin
17-May-10 10:02
professionalN_tro_P17-May-10 10:02 
AnswerRe: Nullable Type or On the fly calculations Pin
Dr.Walt Fair, PE17-May-10 10:34
professionalDr.Walt Fair, PE17-May-10 10:34 
AnswerRe: Nullable Type or On the fly calculations Pin
Richard MacCutchan17-May-10 10:35
mveRichard MacCutchan17-May-10 10:35 
AnswerRe: Nullable Type or On the fly calculations Pin
Luc Pattyn17-May-10 11:18
sitebuilderLuc Pattyn17-May-10 11:18 
QuestionThreads and TextBox Pin
CaesarCZ17-May-10 9:53
CaesarCZ17-May-10 9:53 
AnswerRe: Threads and TextBox Pin
Not Active17-May-10 9:59
mentorNot Active17-May-10 9:59 
GeneralRe: Threads and TextBox Pin
CaesarCZ17-May-10 10:25
CaesarCZ17-May-10 10:25 
AnswerRe: Threads and TextBox Pin
Luc Pattyn17-May-10 10:03
sitebuilderLuc Pattyn17-May-10 10:03 
GeneralRe: Threads and TextBox Pin
CaesarCZ17-May-10 10:21
CaesarCZ17-May-10 10:21 
GeneralRe: Threads and TextBox Pin
Luc Pattyn17-May-10 11:08
sitebuilderLuc Pattyn17-May-10 11:08 
GeneralRe: Threads and TextBox Pin
CaesarCZ18-May-10 2:28
CaesarCZ18-May-10 2:28 
Questionimage access using dll Pin
AnirbanChak 17-May-10 9:52
AnirbanChak 17-May-10 9:52 
AnswerRe: image access using dll Pin
Dr.Walt Fair, PE17-May-10 10:20
professionalDr.Walt Fair, PE17-May-10 10:20 

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.