Click here to Skip to main content
15,909,827 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: EnumDisplaySettings API Pin
Bala Indian26-Nov-06 18:59
Bala Indian26-Nov-06 18:59 
QuestionBuild Count Pin
Waldermort24-Nov-06 0:13
Waldermort24-Nov-06 0:13 
QuestionTransfering an exe file . How ? Pin
Sakthiu23-Nov-06 23:57
Sakthiu23-Nov-06 23:57 
AnswerRe: Transfering an exe file . How ? Pin
Galatei24-Nov-06 1:43
Galatei24-Nov-06 1:43 
AnswerRe: Transfering an exe file . How ? Pin
Mark Salsbery24-Nov-06 6:19
Mark Salsbery24-Nov-06 6:19 
Questionhow can we retrieve selection state of listcontrol Pin
johnalek23-Nov-06 23:50
johnalek23-Nov-06 23:50 
AnswerRe: how can we retrieve selection state of listcontrol Pin
Mila02523-Nov-06 23:58
Mila02523-Nov-06 23:58 
AnswerRe: how can we retrieve selection state of listcontrol Pin
Galatei24-Nov-06 1:52
Galatei24-Nov-06 1:52 
Hi,

The easiest way is to use GetNextItem:
INT nItemIndex = GetNextItem(
    -1,                      // means, start from beginning
    LVNI_ALL | LVNI_SELECTED // means search without direction & search selected
    );

Regards
Questionkeyboard focus Pin
priyank_ldce23-Nov-06 22:36
priyank_ldce23-Nov-06 22:36 
AnswerRe: keyboard focus Pin
Nibu babu thomas23-Nov-06 23:10
Nibu babu thomas23-Nov-06 23:10 
QuestionRe: keyboard focus Pin
priyank_ldce23-Nov-06 23:27
priyank_ldce23-Nov-06 23:27 
AnswerRe: keyboard focus Pin
Nibu babu thomas23-Nov-06 23:31
Nibu babu thomas23-Nov-06 23:31 
AnswerRe: keyboard focus Pin
Rajesh R Subramanian23-Nov-06 23:38
professionalRajesh R Subramanian23-Nov-06 23:38 
QuestionBudget Prediction through Networks Pin
Rwabe23-Nov-06 21:48
Rwabe23-Nov-06 21:48 
QuestionHow to know whether the tray of CD drive is open or close? Pin
monkinrain23-Nov-06 21:13
monkinrain23-Nov-06 21:13 
AnswerRe: How to know whether the tray of CD drive is open or close? Pin
Galatei23-Nov-06 22:09
Galatei23-Nov-06 22:09 
AnswerRe: How to know whether the tray of CD drive is open or close? Pin
Nibu babu thomas23-Nov-06 23:15
Nibu babu thomas23-Nov-06 23:15 
AnswerRe: How to know whether the tray of CD drive is open or close? Pin
monkinrain24-Nov-06 0:35
monkinrain24-Nov-06 0:35 
QuestionAllocating meoery or mapping? Pin
sawerr23-Nov-06 21:06
sawerr23-Nov-06 21:06 
AnswerRe: Allocating meoery or mapping? Pin
prasad_som23-Nov-06 21:32
prasad_som23-Nov-06 21:32 
GeneralRe: Allocating meoery or mapping? Pin
sawerr23-Nov-06 22:00
sawerr23-Nov-06 22:00 
GeneralRe: Allocating meoery or mapping? Pin
sawerr23-Nov-06 22:21
sawerr23-Nov-06 22:21 
GeneralRe: Allocating meoery or mapping? Pin
Mr.Brainley23-Nov-06 22:40
Mr.Brainley23-Nov-06 22:40 
AnswerRe: Allocating meoery or mapping? Pin
Mr.Brainley23-Nov-06 22:21
Mr.Brainley23-Nov-06 22:21 
GeneralRe: Allocating meoery or mapping? Pin
sawerr23-Nov-06 23:53
sawerr23-Nov-06 23:53 

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.