Click here to Skip to main content
15,898,222 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: TANKS GUYS BUT... I NEED MORE HELP !!! Pin
Hamid_RT3-Aug-06 0:53
Hamid_RT3-Aug-06 0:53 
AnswerRe: TANKS GUYS BUT... I NEED MORE HELP !!! Pin
Rudolf Jan3-Aug-06 0:53
Rudolf Jan3-Aug-06 0:53 
QuestionLoad Accelerators did not work.. Pin
Anu_Bala3-Aug-06 0:29
Anu_Bala3-Aug-06 0:29 
AnswerRe: Load Accelerators did not work.. Pin
Hamid_RT3-Aug-06 1:07
Hamid_RT3-Aug-06 1:07 
GeneralRe: Load Accelerators did not work.. Pin
Anu_Bala3-Aug-06 1:32
Anu_Bala3-Aug-06 1:32 
GeneralRe: Load Accelerators did not work.. Pin
Hamid_RT3-Aug-06 1:52
Hamid_RT3-Aug-06 1:52 
QuestionAsk Function problem?thanks Pin
rxgmoral3-Aug-06 0:27
rxgmoral3-Aug-06 0:27 
AnswerRe: Ask Function problem?thanks Pin
Viorel.3-Aug-06 1:36
Viorel.3-Aug-06 1:36 
AnswerRe: Ask Function problem?thanks Pin
prasad_som3-Aug-06 1:41
prasad_som3-Aug-06 1:41 
Questionbuilding a SOAP message Pin
MikBit2-Aug-06 23:45
MikBit2-Aug-06 23:45 
Questionhow can i develop file transfer program?plz Pin
mo7md852-Aug-06 23:34
mo7md852-Aug-06 23:34 
AnswerRe: how can i develop file transfer program?plz Pin
Hamid_RT3-Aug-06 0:13
Hamid_RT3-Aug-06 0:13 
AnswerRe: how can i develop file transfer program?plz Pin
David Crow3-Aug-06 3:00
David Crow3-Aug-06 3:00 
QuestionUnloading an Activex from IE memory Pin
gvsunil2-Aug-06 23:30
gvsunil2-Aug-06 23:30 
Questionif is someone who can help me? PLEASE !!!!!!!!! PLZ!!!!!! Pin
Bravoone_20062-Aug-06 22:55
Bravoone_20062-Aug-06 22:55 
AnswerRe: if is someone who can help me? PLEASE !!!!!!!!! PLZ!!!!!! Pin
includeh102-Aug-06 23:01
includeh102-Aug-06 23:01 
AnswerRe: if is someone who can help me? PLEASE !!!!!!!!! PLZ!!!!!! Pin
Parthi_Appu2-Aug-06 23:05
Parthi_Appu2-Aug-06 23:05 
Flaviu_2006 wrote:
write some text in first editbox and (the program must search in list control for that text)


First get the string from edit control, you can use GetWindowText(..) or GetDlgItemText(..)

then check for the string in CListCtrl using CListCtrl::GetItem(..) or CListCtrl::GetItemText(..)

then if the string matches do your logic to get the information and display it in second edit box SetWindowText(..) or SetDlgItemText(..)

Hope this'll help


Do your Duty and Don't expect the Result

GeneralRe: if is someone who can help me? PLEASE !!!!!!!!! PLZ!!!!!! Pin
Naveen2-Aug-06 23:22
Naveen2-Aug-06 23:22 
GeneralRe: if is someone who can help me? PLEASE !!!!!!!!! PLZ!!!!!! Pin
Parthi_Appu3-Aug-06 2:47
Parthi_Appu3-Aug-06 2:47 
AnswerRe: if is someone who can help me? PLEASE !!!!!!!!! PLZ!!!!!! Pin
Hamid_RT3-Aug-06 0:34
Hamid_RT3-Aug-06 0:34 
QuestionScrollBar of CWnd Pin
includeh102-Aug-06 22:54
includeh102-Aug-06 22:54 
AnswerRe: ScrollBar of CWnd Pin
Naveen2-Aug-06 23:20
Naveen2-Aug-06 23:20 
AnswerRe: ScrollBar of CWnd Pin
Viorel.2-Aug-06 23:21
Viorel.2-Aug-06 23:21 
QuestionI NEEEED HEEELLLPPP !!!!!!!!! Pin
Bravoone_20062-Aug-06 22:53
Bravoone_20062-Aug-06 22:53 
AnswerRe: I NEEEED HEEELLLPPP !!!!!!!!! Pin
includeh102-Aug-06 22:59
includeh102-Aug-06 22:59 

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.