Click here to Skip to main content
15,891,375 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: dll and directshow Pin
CPallini21-Jan-07 6:20
mveCPallini21-Jan-07 6:20 
GeneralRe: dll and directshow Pin
gigo2k621-Jan-07 6:25
gigo2k621-Jan-07 6:25 
GeneralRe: dll and directshow Pin
CPallini21-Jan-07 6:58
mveCPallini21-Jan-07 6:58 
QuestionCListCtrl (not visible), no header? Pin
Cpt Rick21-Jan-07 4:53
Cpt Rick21-Jan-07 4:53 
QuestionRe: CListCtrl (not visible), no header? Pin
Mark Salsbery21-Jan-07 7:31
Mark Salsbery21-Jan-07 7:31 
AnswerRe: CListCtrl (not visible), no header? Pin
Cpt Rick21-Jan-07 23:20
Cpt Rick21-Jan-07 23:20 
GeneralRe: CListCtrl (not visible), no header? Pin
Hamid_RT22-Jan-07 5:57
Hamid_RT22-Jan-07 5:57 
GeneralRe: CListCtrl (not visible), no header? Pin
Mark Salsbery22-Jan-07 6:51
Mark Salsbery22-Jan-07 6:51 
I don't tthink it's a visibility problem.

Are you creating the control with the LVS_REPORT style?

Something is failing across this call "pList->GetHeaderCtrl()->GetItemCount();".
You can break it down...

1) If the listview control is created then pList should be non-zero and should have a valid HWND.

2) HWND hwndHeader ListView_GetHeader(*pList); should give you a valid HWND in hwndHeader.

3) int nItemCount = Header_GetItemCount(hwndHeader); should give a valid count.


If you're initializing a new control how can there be any columns in it?


GeneralRe: CListCtrl (not visible), no header? [modified] Pin
Cpt Rick23-Jan-07 2:40
Cpt Rick23-Jan-07 2:40 
GeneralRe: CListCtrl (not visible), no header? Pin
Mark Salsbery23-Jan-07 8:01
Mark Salsbery23-Jan-07 8:01 
QuestionMonitoring file IO like Filemon Pin
Toubou21-Jan-07 4:25
Toubou21-Jan-07 4:25 
AnswerRe: Monitoring file IO like Filemon Pin
CPallini21-Jan-07 6:27
mveCPallini21-Jan-07 6:27 
Questiongdi+ example ? Pin
s98769021-Jan-07 4:08
s98769021-Jan-07 4:08 
AnswerRe: gdi+ example ? [modified] Pin
Mark Salsbery21-Jan-07 7:53
Mark Salsbery21-Jan-07 7:53 
AnswerRe: gdi+ example ? Pin
Mark Salsbery21-Jan-07 8:13
Mark Salsbery21-Jan-07 8:13 
AnswerRe: gdi+ example ? Pin
Hamid_RT22-Jan-07 5:46
Hamid_RT22-Jan-07 5:46 
Questionabout a = b | c | ... Pin
HOW WHAT21-Jan-07 2:50
HOW WHAT21-Jan-07 2:50 
AnswerRe: about a = b | c | ... Pin
Gary R. Wheeler21-Jan-07 3:02
Gary R. Wheeler21-Jan-07 3:02 
GeneralRe: about a = b | c | ... Pin
HOW WHAT21-Jan-07 3:19
HOW WHAT21-Jan-07 3:19 
GeneralRe: about a = b | c | ... Pin
Gary R. Wheeler21-Jan-07 4:28
Gary R. Wheeler21-Jan-07 4:28 
AnswerRe: about a = b | c | ... Pin
CPallini21-Jan-07 3:37
mveCPallini21-Jan-07 3:37 
GeneralRe: about a = b | c | ... Pin
HOW WHAT21-Jan-07 3:57
HOW WHAT21-Jan-07 3:57 
GeneralRe: about a = b | c | ... Pin
CPallini21-Jan-07 4:55
mveCPallini21-Jan-07 4:55 
QuestionSome basic Qs abt MFC,VC++,SDK.... Pin
Sameer_Thakur21-Jan-07 1:01
Sameer_Thakur21-Jan-07 1:01 
AnswerRe: Some basic Qs abt MFC,VC++,SDK.... Pin
CPallini21-Jan-07 2:02
mveCPallini21-Jan-07 2:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.