ListCtrl

不再关注网络安全

ListCtrl禁止列宽拖动

  • 2012-09-10
  • VC

通过重写虚函数OnNotify实现。 //头文件 virtual BOOL OnNotify(WPARAM wParam, LPARAM lParam, LRESULT* pResult); //函数定义 BOOL CMylistView::OnNoti...