Click here to Skip to main content
16,004,806 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: How to use WndProc or WindowsProc function Pin
mmhu14-Aug-06 2:17
mmhu14-Aug-06 2:17 
GeneralRe: How to use WndProc or WindowsProc function Pin
Milton Karimbekallil15-Aug-06 18:00
Milton Karimbekallil15-Aug-06 18:00 
GeneralRe: How to use WndProc or WindowsProc function Pin
mmhu17-Aug-06 11:05
mmhu17-Aug-06 11:05 
Question.NET slow graphics Pin
9ine9-Aug-06 1:03
9ine9-Aug-06 1:03 
AnswerRe: .NET slow graphics Pin
led mike9-Aug-06 6:00
led mike9-Aug-06 6:00 
GeneralRe: .NET slow graphics [modified] Pin
9ine10-Aug-06 1:21
9ine10-Aug-06 1:21 
GeneralRe: .NET slow graphics Pin
led mike10-Aug-06 5:03
led mike10-Aug-06 5:03 
GeneralRe: .NET slow graphics Pin
9ine10-Aug-06 6:15
9ine10-Aug-06 6:15 
the float data needs to be drawn once if there is resize event in the form. the data is drawn to memg graphics object. from which it is drawn to a form if it is obscured and then released by another window.
if the form itself resized the data plot needs to be redrawn to fit changed dimensions of the form.

this is double buffer. the float data is put into memg object wich then is painted to a form, so we dont see flick due to clearing the form and ploting data directly to a form.

Graphics *g = CreateGraphics();
creates graphics objects of the form in OnPaint event and the memg object is painted into it.

paint() and resize() is just stubs for OnPaint() and OnResize() events

9ine

GeneralRe: .NET slow graphics Pin
led mike10-Aug-06 6:30
led mike10-Aug-06 6:30 
GeneralRe: .NET slow graphics Pin
9ine10-Aug-06 23:18
9ine10-Aug-06 23:18 
GeneralRe: .NET slow graphics Pin
led mike15-Aug-06 7:40
led mike15-Aug-06 7:40 
AnswerRe: .NET slow graphics Pin
Joe Woodbury14-Aug-06 17:22
professionalJoe Woodbury14-Aug-06 17:22 
GeneralRe: .NET slow graphics Pin
9ine14-Aug-06 23:51
9ine14-Aug-06 23:51 
GeneralRe: .NET slow graphics Pin
9ine14-Aug-06 23:52
9ine14-Aug-06 23:52 
GeneralRe: .NET slow graphics Pin
Christian Graus15-Aug-06 0:21
protectorChristian Graus15-Aug-06 0:21 
GeneralRe: .NET slow graphics Pin
9ine16-Aug-06 0:12
9ine16-Aug-06 0:12 
GeneralRe: .NET slow graphics Pin
Christian Graus16-Aug-06 2:12
protectorChristian Graus16-Aug-06 2:12 
GeneralRe: .NET slow graphics Pin
9ine16-Aug-06 3:51
9ine16-Aug-06 3:51 
GeneralRe: .NET slow graphics Pin
Christian Graus16-Aug-06 10:47
protectorChristian Graus16-Aug-06 10:47 
GeneralRe: .NET slow graphics Pin
Joe Woodbury15-Aug-06 8:16
professionalJoe Woodbury15-Aug-06 8:16 
GeneralRe: .NET slow graphics Pin
9ine16-Aug-06 0:16
9ine16-Aug-06 0:16 
GeneralRe: .NET slow graphics Pin
Joe Woodbury16-Aug-06 8:23
professionalJoe Woodbury16-Aug-06 8:23 
QuestionHow to Use String::Format Method Pin
Nagaraju_Focus7-Aug-06 22:59
Nagaraju_Focus7-Aug-06 22:59 
AnswerRe: How to Use String::Format Method Pin
led mike8-Aug-06 6:39
led mike8-Aug-06 6:39 
GeneralRe: How to Use String::Format Method [modified] Pin
bob169728-Aug-06 6:45
bob169728-Aug-06 6:45 

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.