Click here to Skip to main content
15,895,667 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: Passing a list of structures from managed c++ to c# Pin
led mike26-Sep-07 4:55
led mike26-Sep-07 4:55 
GeneralRe: Passing a list of structures from managed c++ to c# Pin
slkr17126-Sep-07 20:55
slkr17126-Sep-07 20:55 
Questionusing unmanaged dlls asserts Pin
dedil26-Sep-07 1:13
dedil26-Sep-07 1:13 
QuestionWhat is resposible for Painting DataGridView Pin
BuckBrown24-Sep-07 12:33
BuckBrown24-Sep-07 12:33 
AnswerRe: What is resposible for Painting DataGridView Pin
Luc Pattyn24-Sep-07 14:15
sitebuilderLuc Pattyn24-Sep-07 14:15 
GeneralRe: What is resposible for Painting DataGridView Pin
BuckBrown25-Sep-07 6:05
BuckBrown25-Sep-07 6:05 
GeneralRe: What is resposible for Painting DataGridView Pin
BuckBrown25-Sep-07 7:19
BuckBrown25-Sep-07 7:19 
GeneralRe: What is resposible for Painting DataGridView Pin
BuckBrown25-Sep-07 9:26
BuckBrown25-Sep-07 9:26 
Hi Luc,

The documentation that I have been reading states that cells paint themselves. I have at least been able to speed things up a bit. By using the RowPrePaint event I can then set the e->PaintParts = DataGridViewPaintParts::Background | DataGridViewPaintParts::SelectionBackground; This at least paints the screen in a couple of seconds instead of 10. I have been trying to figure out how to paint the whole row. There is a sentence in the documentation that says "A row or column performs no painting". If you ask me, painting everything at the cell level is stupid.

Buck
GeneralRe: What is resposible for Painting DataGridView [modified] Pin
Luc Pattyn26-Sep-07 7:31
sitebuilderLuc Pattyn26-Sep-07 7:31 
GeneralRe: What is resposible for Painting DataGridView Pin
Luc Pattyn26-Sep-07 10:04
sitebuilderLuc Pattyn26-Sep-07 10:04 
AnswerRe: What is resposible for Painting DataGridView Pin
led mike25-Sep-07 5:01
led mike25-Sep-07 5:01 
GeneralRe: What is resposible for Painting DataGridView Pin
BuckBrown25-Sep-07 6:10
BuckBrown25-Sep-07 6:10 
GeneralRe: What is resposible for Painting DataGridView Pin
BuckBrown25-Sep-07 7:19
BuckBrown25-Sep-07 7:19 
AnswerRe: What is resposible for Painting DataGridView Pin
KarstenK26-Sep-07 4:02
mveKarstenK26-Sep-07 4:02 
QuestionReading and writing to a named pipe C, C++, C# Pin
higgsbo23-Sep-07 7:41
higgsbo23-Sep-07 7:41 
AnswerRe: Reading and writing to a named pipe C, C++, C# Pin
led mike24-Sep-07 4:57
led mike24-Sep-07 4:57 
AnswerRe: Reading and writing to a named pipe C, C++, C# Pin
KarstenK26-Sep-07 4:06
mveKarstenK26-Sep-07 4:06 
QuestionSomething to reflect upon... Pin
Sandeep Datta22-Sep-07 20:31
Sandeep Datta22-Sep-07 20:31 
AnswerRe: Something to reflect upon... Pin
George L. Jackson23-Sep-07 4:50
George L. Jackson23-Sep-07 4:50 
GeneralRe: Something to reflect upon... Pin
Sandeep Datta23-Sep-07 19:50
Sandeep Datta23-Sep-07 19:50 
GeneralRe: Something to reflect upon... Pin
George L. Jackson24-Sep-07 0:35
George L. Jackson24-Sep-07 0:35 
GeneralRe: Something to reflect upon... Pin
Sandeep Datta24-Sep-07 1:22
Sandeep Datta24-Sep-07 1:22 
QuestionC++/CLI OpenGL performance Pin
Xpnctoc22-Sep-07 4:03
Xpnctoc22-Sep-07 4:03 
AnswerRe: C++/CLI OpenGL performance Pin
Luc Pattyn22-Sep-07 5:40
sitebuilderLuc Pattyn22-Sep-07 5:40 
GeneralRe: C++/CLI OpenGL performance Pin
Xpnctoc22-Sep-07 10:34
Xpnctoc22-Sep-07 10:34 

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.