Click here to Skip to main content
15,895,084 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to copy files to another computer using Window XP by programming? Pin
David Crow8-Dec-04 2:38
David Crow8-Dec-04 2:38 
GeneralRe: How to copy files to another computer using Window XP by programming? Pin
dungle308-Dec-04 15:08
dungle308-Dec-04 15:08 
GeneralRe: How to copy files to another computer using Window XP by programming? Pin
David Crow9-Dec-04 2:31
David Crow9-Dec-04 2:31 
QuestionHow to minimize the window? Pin
ting6688-Dec-04 0:30
ting6688-Dec-04 0:30 
AnswerRe: How to minimize the window? Pin
ThatsAlok8-Dec-04 1:29
ThatsAlok8-Dec-04 1:29 
AnswerRe: How to minimize the window? Pin
David Crow8-Dec-04 2:40
David Crow8-Dec-04 2:40 
AnswerRe: How to minimize the window? Pin
toxcct8-Dec-04 21:42
toxcct8-Dec-04 21:42 
GeneralLstCtrl::FindItem() doubt Pin
xcavin8-Dec-04 0:08
xcavin8-Dec-04 0:08 
<br />
// The pointer to my list view control.<br />
extern CListCtrl* pmyListCtrl;<br />
// The string to match.<br />
extern LPCTSTR lpszmyString;<br />
<br />
LVFINDINFO info;<br />
int nIndex;<br />
<br />
info.flags = LVFI_PARTIAL|LVFI_STRING;<br />
info.psz = lpszmyString;<br />
<br />
string lpszmyString.<br />
while ((nIndex=pmyListCtrl->FindItem(&info)) != -1)<br />
{<br />
//Found !!<br />
}<br />
<br />


But my doubt is will the above code search all the columns and rows in the listctrl, or just the 1st column, for the lpszmyString string
?
That is I want the code to search only the first column to be searched for the string.

Thank you.
GeneralRe: LstCtrl::FindItem() doubt Pin
David Crow8-Dec-04 2:43
David Crow8-Dec-04 2:43 
GeneralQuestion concerning IO file Pin
tpndtbk7-Dec-04 22:19
tpndtbk7-Dec-04 22:19 
GeneralRe: Question concerning IO file Pin
ThatsAlok8-Dec-04 1:25
ThatsAlok8-Dec-04 1:25 
GeneralRe: Question concerning IO file Pin
tpndtbk8-Dec-04 4:18
tpndtbk8-Dec-04 4:18 
GeneralRe: Question concerning IO file Pin
David Crow8-Dec-04 5:06
David Crow8-Dec-04 5:06 
GeneralRe: Question concerning IO file Pin
RChin8-Dec-04 5:53
RChin8-Dec-04 5:53 
GeneralRe: Question concerning IO file Pin
tpndtbk8-Dec-04 21:36
tpndtbk8-Dec-04 21:36 
GeneralRe: Question concerning IO file Pin
tpndtbk9-Dec-04 0:57
tpndtbk9-Dec-04 0:57 
GeneralHelppppppp Pin
eli150219797-Dec-04 21:45
eli150219797-Dec-04 21:45 
GeneralRe: Helppppppp [EDITED] Pin
toxcct7-Dec-04 22:08
toxcct7-Dec-04 22:08 
GeneralRe: Helppppppp Pin
eli150219797-Dec-04 22:14
eli150219797-Dec-04 22:14 
GeneralVSS integration Pin
shijuck7-Dec-04 21:06
shijuck7-Dec-04 21:06 
GeneralRe: VSS integration Pin
Michael Dunn7-Dec-04 21:13
sitebuilderMichael Dunn7-Dec-04 21:13 
GeneralRe: VSS integration Pin
shijuck8-Dec-04 16:25
shijuck8-Dec-04 16:25 
GeneralRe: VSS integration Pin
Michael Dunn11-Dec-04 5:39
sitebuilderMichael Dunn11-Dec-04 5:39 
QuestionWhat exception is thrown that I catch with a catch(..)? Pin
Per Nilsson7-Dec-04 20:48
Per Nilsson7-Dec-04 20:48 
AnswerRe: What exception is thrown that I catch with a catch(..)? Pin
toxcct7-Dec-04 21:25
toxcct7-Dec-04 21:25 

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.