Click here to Skip to main content
15,913,361 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: locked chm file. Pin
n1pabs1-Dec-08 4:49
n1pabs1-Dec-08 4:49 
QuestionCRectTracker with rotate feature Pin
PavelAndreevich1-Dec-08 1:54
PavelAndreevich1-Dec-08 1:54 
AnswerRe: CRectTracker with rotate feature Pin
Laan821-Dec-08 2:13
Laan821-Dec-08 2:13 
GeneralRe: CRectTracker with rotate feature Pin
PavelAndreevich1-Dec-08 2:22
PavelAndreevich1-Dec-08 2:22 
GeneralRe: CRectTracker with rotate feature Pin
Laan821-Dec-08 2:33
Laan821-Dec-08 2:33 
GeneralRe: CRectTracker with rotate feature Pin
SandipG 1-Dec-08 3:44
SandipG 1-Dec-08 3:44 
GeneralRe: CRectTracker with rotate feature Pin
PavelAndreevich1-Dec-08 5:36
PavelAndreevich1-Dec-08 5:36 
QuestionGetNextItem is not working Pin
Pryabu1-Dec-08 1:32
Pryabu1-Dec-08 1:32 
nItem = m_ctrlList1.GetSelectedCount();

if (nItem > 0)
{
for (int i=0;i < nItem;i++)
{
m_ctrlList1.GetItemText(i,0,szText,sizeof(szText));
nItem = m_ctrlList1.GetNextItem(nItem, LVNI_SELECTED);
m_ctrlList1.Update(nItem);
::MessageBox(NULL,szText,"Test",MB_OK);
}
}

Im using ListCtrl with one column. If i have selected items 3,4,5, GetNextItem is showing item number 1 and 2.

Can anyone please tell where is the mistake?
AnswerRe: GetNextItem is not working Pin
CPallini1-Dec-08 2:08
mveCPallini1-Dec-08 2:08 
GeneralRe: GetNextItem is not working Pin
Pryabu1-Dec-08 18:31
Pryabu1-Dec-08 18:31 
GeneralYou are welcome. Pin
CPallini1-Dec-08 19:02
mveCPallini1-Dec-08 19:02 
QuestionInput Needed on Property Pages in External DLLs Pin
Mattias G1-Dec-08 1:19
Mattias G1-Dec-08 1:19 
Questionerror C2440 in Visual Studio 2005 Pin
SanjaySMK1-Dec-08 1:18
SanjaySMK1-Dec-08 1:18 
AnswerRe: error C2440 in Visual Studio 2005 Pin
Cedric Moonen1-Dec-08 3:05
Cedric Moonen1-Dec-08 3:05 
Questionultimate grid Pin
mushy1-Dec-08 1:13
mushy1-Dec-08 1:13 
AnswerRe: ultimate grid Pin
Maximilien1-Dec-08 2:48
Maximilien1-Dec-08 2:48 
QuestionON_NOTIFY_REFLECT is not working in VS 2008 FeaturePack Pin
N B sowmi1-Dec-08 0:59
N B sowmi1-Dec-08 0:59 
AnswerRe: ON_NOTIFY_REFLECT is not working in VS 2008 FeaturePack Pin
Code-o-mat1-Dec-08 3:15
Code-o-mat1-Dec-08 3:15 
QuestionHow to terminate a process Pin
V K 21-Dec-08 0:11
V K 21-Dec-08 0:11 
AnswerRe: How to terminate a process Pin
_AnsHUMAN_ 1-Dec-08 0:23
_AnsHUMAN_ 1-Dec-08 0:23 
AnswerRe: How to terminate a process Pin
Hamid_RT1-Dec-08 0:27
Hamid_RT1-Dec-08 0:27 
GeneralRe: How to terminate a process Pin
V K 21-Dec-08 0:34
V K 21-Dec-08 0:34 
GeneralRe: How to terminate a process Pin
Hamid_RT1-Dec-08 0:54
Hamid_RT1-Dec-08 0:54 
GeneralRe: How to terminate a process Pin
Code-o-mat1-Dec-08 1:44
Code-o-mat1-Dec-08 1:44 
GeneralRe: How to terminate a process Pin
Stephen Hewitt1-Dec-08 5:30
Stephen Hewitt1-Dec-08 5:30 

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.