|
I saw the C++ SDK when I was learning, it was useless to me, and I was commented out
Useful for landlord
/*//title
The
hLVHeader = FindWindowEx(hLV_Live, 0,"SysHeader32","");
//if (hLVHeader != NULL)
//MessageBox(hWnd,"dkskfk","dkdk", MB_OK);
hHeaderDC = GetDC(hLVHeader);
//GetWindowRect(hLVHeader,&rt);
SendMessage(hLVHeader, HDM_GETITEMRECT, 1, (LPARAM)&rt);
FillRect(hHeaderDC,&rt, CreateSolidBrush(RGB(0,255,255)));
TextOut(hHeaderDC,rt.left + (rt.right-rt.left)/2 ,0 ,TEXT("Description:"),7);
The
ReleaseDC(hWnd, hHeaderDC);*/ |
|