Click here to Skip to main content
15,906,329 members
Home / Discussions / C#
   

C#

 
AnswerRe: Simulate BackSpace [modified] Pin
Kristian Sixhøj27-Sep-07 5:11
Kristian Sixhøj27-Sep-07 5:11 
QuestionInserting Common Windows System Menus into a Menu control Pin
Jessee Holmes27-Sep-07 4:30
Jessee Holmes27-Sep-07 4:30 
AnswerRe: Inserting Common Windows System Menus into a Menu control Pin
TJoe27-Sep-07 5:40
TJoe27-Sep-07 5:40 
GeneralRe: Inserting Common Windows System Menus into a Menu control Pin
Jessee Holmes27-Sep-07 6:09
Jessee Holmes27-Sep-07 6:09 
Questioncan you send me ? Pin
prasadbuddhika27-Sep-07 3:38
prasadbuddhika27-Sep-07 3:38 
AnswerRe: can you send me ? Pin
Pete O'Hanlon27-Sep-07 3:47
mvePete O'Hanlon27-Sep-07 3:47 
AnswerRe: can you send me ? Pin
Scott Dorman27-Sep-07 3:50
professionalScott Dorman27-Sep-07 3:50 
QuestionHow can I delay the painting of a GroupBox control? Pin
JoeRip27-Sep-07 2:54
JoeRip27-Sep-07 2:54 
The main window of my application contains a large GroupBox, which itself contains a large "grid" of controls.

The number of "rows" and "columns" of controls varies, and sometimes I need to shift whole rows of them up and down as I insert new rows. I may have as many as 100 rows of controls, 10 controls to a row.

During this process, I'd like to delay redrawing of the Group Box while I reposition the controls. How can I do this?

I've checked out the GroupBox properties and methods; SuspendLayout() and ResumeLayout() are similar, but they only impact the Layout engine, not the repainting engine.

What's my best approach, here?
AnswerRe: How can I delay the painting of a GroupBox control? Pin
il_masacratore27-Sep-07 3:07
il_masacratore27-Sep-07 3:07 
GeneralRe: How can I delay the painting of a GroupBox control? Pin
JoeRip27-Sep-07 3:12
JoeRip27-Sep-07 3:12 
GeneralRe: How can I delay the painting of a GroupBox control? Pin
TJoe27-Sep-07 3:31
TJoe27-Sep-07 3:31 
GeneralRe: How can I delay the painting of a GroupBox control? Pin
JoeRip27-Sep-07 9:26
JoeRip27-Sep-07 9:26 
GeneralRe: How can I delay the painting of a GroupBox control? Pin
Scott Dorman27-Sep-07 3:51
professionalScott Dorman27-Sep-07 3:51 
GeneralRe: How can I delay the painting of a GroupBox control? Pin
JoeRip27-Sep-07 9:27
JoeRip27-Sep-07 9:27 
GeneralRe: How can I delay the painting of a GroupBox control? Pin
Scott Dorman27-Sep-07 10:20
professionalScott Dorman27-Sep-07 10:20 
QuestionWriting to controls from thread.. Pin
Dio2227-Sep-07 2:40
Dio2227-Sep-07 2:40 
AnswerRe: Writing to controls from thread.. Pin
TJoe27-Sep-07 2:46
TJoe27-Sep-07 2:46 
AnswerRe: Writing to controls from thread.. Pin
il_masacratore27-Sep-07 2:51
il_masacratore27-Sep-07 2:51 
AnswerRe: Writing to controls from thread.. Pin
JoeRip27-Sep-07 2:59
JoeRip27-Sep-07 2:59 
AnswerRe: Writing to controls from thread.. Pin
Dio2227-Sep-07 3:19
Dio2227-Sep-07 3:19 
AnswerRe: Writing to controls from thread.. Pin
Ed.Poore27-Sep-07 7:41
Ed.Poore27-Sep-07 7:41 
QuestionWhy does CurrentDirectory change Pin
electriac27-Sep-07 2:15
electriac27-Sep-07 2:15 
AnswerRe: Why does CurrentDirectory change Pin
ATCsharp27-Sep-07 2:18
ATCsharp27-Sep-07 2:18 
GeneralRe: Why does CurrentDirectory change Pin
electriac27-Sep-07 2:45
electriac27-Sep-07 2:45 
AnswerRe: Why does CurrentDirectory change Pin
TJoe27-Sep-07 2:22
TJoe27-Sep-07 2:22 

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.