谁知道CCheckList与CListBox每个函数的用法,或者是哪个网站有介绍,告诉小弟一下,越详细越好

解决方案 »

  1.   

    楼上正解。MSDN是个好东西。
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore98/HTML/_core_control_topics.asp
      

  2.   

    E.g.CCheckListBox::SetCheck
    void SetCheck( int nIndex, int nCheck );ParametersnIndexIndex of the item whose check box is to be set.nCheckState of the check box: 0 for clear, 1 for checked, and 2 for indeterminate.
      

  3.   

    msdn或者去codeproject,呵呵
    有些地方msdn说的比较简单的,codeproject说的容易使用。