如题,
使用VC6,文件中的参数很简单就是矩形、圆的坐标,不过数目不定大家请多多帮忙!

解决方案 »

  1.   

    CDC::SetPixel
    This method sets the pixel at the point specified to the closest approximation of the color specified by crColor.COLORREF SetPixel(
    int x,
    int y,
    COLORREF crColor );COLORREF SetPixel(
    POINT point,
    COLORREF crColor ); 
      

  2.   

    不是画点的事,可能我没说清。
    我自己写了函数用CFileDialog读文件,不过由于文件里的参数数目不定,可是基本上就是一个个的方块,所以我想读一个画一下,不知道怎么让OnDraw来画?
      

  3.   

    http://blog.csdn.net/gjd111686/archive/2004/07/07/36245.aspx
      

  4.   

    gjd111686(数字金刚) :你这个太复杂了吧:(