Click here to Skip to main content
15,902,939 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Urgent - How to identify given image is too dark or light Pin
KarstenK26-Sep-07 23:53
mveKarstenK26-Sep-07 23:53 
QuestionProblem with calling web service using HTTPSendRequest and InternetReadFile on EVC 3.0. Pin
HetalAgrawal26-Sep-07 20:37
HetalAgrawal26-Sep-07 20:37 
AnswerRe: Problem with calling web service using HTTPSendRequest and InternetReadFile on EVC 3.0. Pin
HetalAgrawal30-Sep-07 20:03
HetalAgrawal30-Sep-07 20:03 
QuestionRepainting of Internet Explorer Pin
Q2A26-Sep-07 20:24
Q2A26-Sep-07 20:24 
Questionhow to track no event has taken on an application and session has expired Pin
Dhiraj kumar Saini26-Sep-07 20:15
Dhiraj kumar Saini26-Sep-07 20:15 
QuestionListView Pin
nitin326-Sep-07 19:48
nitin326-Sep-07 19:48 
AnswerRe: ListView Pin
Naveen26-Sep-07 20:01
Naveen26-Sep-07 20:01 
AnswerRe: ListView Pin
Nelek26-Sep-07 20:08
protectorNelek26-Sep-07 20:08 
in a CListCtrl every first column in a row is an item and every other column is a subitem of the item.

I mean:

If a Matrix of MxN, then you have M rows, where column 1 are items and columns [2, N] are subitems. So you have M items and N-1 subitems.

So you can use:

CListCtrl::GetColumn
BOOL GetColumn( int nCol, LVCOLUMN* pColumn ) const;

Return Value
Nonzero if successful; otherwise zero.


put it in an iteration and the last time you get nonzero as return is the number of columns.

Greetings.

--------
M.D.V.

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?

Help me to understand what I'm saying, and I'll explain it better to you

Wink | ;)

QuestionURGENT!!!!! HELP PLEASE!!!!!!!!!!! Pin
rishimohan26-Sep-07 19:45
rishimohan26-Sep-07 19:45 
AnswerRe: URGENT!!!!! HELP PLEASE!!!!!!!!!!! Pin
Nelek26-Sep-07 20:10
protectorNelek26-Sep-07 20:10 
GeneralRe: URGENT!!!!! HELP PLEASE!!!!!!!!!!! Pin
rishimohan26-Sep-07 21:16
rishimohan26-Sep-07 21:16 
GeneralRe: URGENT!!!!! HELP PLEASE!!!!!!!!!!! Pin
Nelek26-Sep-07 22:57
protectorNelek26-Sep-07 22:57 
GeneralRe: URGENT!!!!! HELP PLEASE!!!!!!!!!!! Pin
rishimohan27-Sep-07 19:42
rishimohan27-Sep-07 19:42 
AnswerRe: URGENT!!!!! HELP PLEASE!!!!!!!!!!! Pin
toxcct26-Sep-07 21:44
toxcct26-Sep-07 21:44 
QuestionSend Unsigned Char* using Winsock.h Pin
wira1guys26-Sep-07 16:41
wira1guys26-Sep-07 16:41 
QuestionRe: Send Unsigned Char* using Winsock.h Pin
David Crow26-Sep-07 16:51
David Crow26-Sep-07 16:51 
AnswerRe: Send Unsigned Char* using Winsock.h Pin
wira1guys26-Sep-07 17:04
wira1guys26-Sep-07 17:04 
GeneralRe: Send Unsigned Char* using Winsock.h Pin
Cedric Moonen26-Sep-07 20:05
Cedric Moonen26-Sep-07 20:05 
GeneralRe: Send Unsigned Char* using Winsock.h Pin
David Crow27-Sep-07 2:33
David Crow27-Sep-07 2:33 
GeneralRe: Send Unsigned Char* using Winsock.h Pin
Mark Salsbery27-Sep-07 5:54
Mark Salsbery27-Sep-07 5:54 
GeneralRe: Send Unsigned Char* using Winsock.h Pin
wira1guys1-Oct-07 18:30
wira1guys1-Oct-07 18:30 
QuestionOpenGl and SDI Application Pin
godspeed12326-Sep-07 12:35
godspeed12326-Sep-07 12:35 
AnswerRe: OpenGl and SDI Application Pin
Cedric Moonen26-Sep-07 20:12
Cedric Moonen26-Sep-07 20:12 
GeneralRe: OpenGl and SDI Application Pin
godspeed12326-Sep-07 20:14
godspeed12326-Sep-07 20:14 
GeneralRe: OpenGl and SDI Application Pin
Cedric Moonen26-Sep-07 20:23
Cedric Moonen26-Sep-07 20:23 

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.