|
[Quote=Quote 2nd floorshamingjia's reply:]
CBookRoomView *brvDlg;
brvDlg-> m_list.SetExtendedStyle(LVS_EX_FULLROWSELECT| LVS_EX_GRIDLINES);
=============
CBookRoomView *brvDlg is just a pointer, just start to use it without instantiation, of course it will be wrong.
[/Quote]
++ |
|