摘要:
HBITMAP 是句柄;BITMAP是实例: typedef struct tagBITMAP { LONG bmType; LONG bmWidth; LONG bmHeight; LONG bmWidthBytes; WOR... 阅读全文
摘要:
ON_NOTIFY_REFLECT(NM_CUSTOMDRAW, &CMyListCtrl::OnNMCustomdraw)ON_NOTIFY : Comes from a child control to the parent. This macro goes in the parent's me... 阅读全文