Click here to Skip to main content
16,007,760 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Accessing database Pin
[James Pullicino]19-Sep-01 2:05
[James Pullicino]19-Sep-01 2:05 
GeneralPlay multiple mediaplayer in Win NT Pin
Dhanavanth19-Sep-01 1:04
Dhanavanth19-Sep-01 1:04 
QuestionWhat kind of VIEW is beeing used in different progs? Pin
18-Sep-01 23:34
suss18-Sep-01 23:34 
AnswerRe: What kind of VIEW is beeing used in different progs? Pin
Michael P Butler18-Sep-01 23:40
Michael P Butler18-Sep-01 23:40 
GeneralRe: What kind of VIEW is beeing used in different progs? Pin
18-Sep-01 23:51
suss18-Sep-01 23:51 
GeneralRe: What kind of VIEW is beeing used in different progs? Pin
Michael P Butler19-Sep-01 0:00
Michael P Butler19-Sep-01 0:00 
AnswerRe: What kind of VIEW is beeing used in different progs? Pin
Michael Dunn19-Sep-01 0:18
sitebuilderMichael Dunn19-Sep-01 0:18 
GeneralFinding an item in ListCtrl Pin
Özgür18-Sep-01 23:13
Özgür18-Sep-01 23:13 
Hi,
In order to find an item in a ListCtrl i am using Find method of ListCtrl
My code snippet is :

CString sText="something";
LVFINDINFO info;
info.flags = LVFI_PARTIAL | LVFI_STRING ;
info.psz =(LPCSTR) sText;

int nIndex = FindItem(&info);

//it is always returning 0 even not -1 o indicate that the item is not in the list.I can see my item with the text in ListView but
It can not find the item...
Any ideas that can put some light...

with greetings from Germany
Özgür


GeneralRe: Finding an item in ListCtrl Pin
Tomasz Sowinski19-Sep-01 0:59
Tomasz Sowinski19-Sep-01 0:59 
GeneralQuestion about strings Pin
18-Sep-01 22:41
suss18-Sep-01 22:41 
GeneralRe: Question about strings Pin
[James Pullicino]18-Sep-01 22:58
[James Pullicino]18-Sep-01 22:58 
GeneralRe: Question about strings Pin
18-Sep-01 23:11
suss18-Sep-01 23:11 
GeneralRe: Question about strings Pin
Michael Dunn18-Sep-01 22:59
sitebuilderMichael Dunn18-Sep-01 22:59 
GeneralRe: Question about strings Pin
18-Sep-01 23:09
suss18-Sep-01 23:09 
GeneralRe: Question about strings Pin
Steen Krogsgaard18-Sep-01 23:23
Steen Krogsgaard18-Sep-01 23:23 
GeneralRe: Question about strings Pin
18-Sep-01 23:29
suss18-Sep-01 23:29 
GeneralRe: Question about strings Pin
18-Sep-01 23:31
suss18-Sep-01 23:31 
Generalwave files Pin
18-Sep-01 21:36
suss18-Sep-01 21:36 
GeneralDisabled images on buttons Pin
PJ Arends18-Sep-01 21:32
professionalPJ Arends18-Sep-01 21:32 
GeneralRe: Disabled images on buttons Pin
18-Sep-01 22:10
suss18-Sep-01 22:10 
QuestionMake an array of words from a sentence? Pin
Tryhard18-Sep-01 20:47
Tryhard18-Sep-01 20:47 
AnswerRe: Make an array of words from a sentence? Pin
Christian Graus18-Sep-01 22:30
protectorChristian Graus18-Sep-01 22:30 
GeneralWin32 edit box problems Pin
Christian Graus18-Sep-01 20:26
protectorChristian Graus18-Sep-01 20:26 
GeneralRe: Win32 edit box problems Pin
18-Sep-01 22:19
suss18-Sep-01 22:19 
GeneralRe: Win32 edit box problems Pin
Christian Graus18-Sep-01 22:25
protectorChristian Graus18-Sep-01 22: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.