Introduction - If you have any usage issues, please Google them yourself
VC++ example code graphics memory, includes a number of practical VC++ function: for example DrawLine function: the value passed to the function is displayed in the form of images to the corresponding controls (int AllNum: the total amount of data, int Value []: Data an array of values, COLORREF PenColor: pen color, CWnd* pWnd: need to show the curve control pointers) DrawWave function, will pass into the function values are shown in the form of an image to the corresponding controls DrawMultiLine function: to pass into the function values are shown in the form of an image to the corresponding control, you can display multiple data segments.