Click here to Skip to main content
15,921,028 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: VS 2005 Installer Pin
Neil Van Eps3-Aug-06 6:01
Neil Van Eps3-Aug-06 6:01 
Questioncannot open file "mfc42u.lib" Pin
akshita_153-Aug-06 1:12
akshita_153-Aug-06 1:12 
AnswerRe: cannot open file "mfc42u.lib" Pin
Bravoone_20063-Aug-06 1:19
Bravoone_20063-Aug-06 1:19 
QuestionRe: cannot open file "mfc42u.lib" Pin
Programm3r3-Aug-06 1:20
Programm3r3-Aug-06 1:20 
QuestionRe: cannot open file "mfc42u.lib" Pin
Hamid_RT3-Aug-06 1:34
Hamid_RT3-Aug-06 1:34 
AnswerRe: cannot open file "mfc42u.lib" Pin
Hamid_RT3-Aug-06 1:34
Hamid_RT3-Aug-06 1:34 
AnswerRe: cannot open file "mfc42u.lib" Pin
Sarath C3-Aug-06 1:48
Sarath C3-Aug-06 1:48 
QuestionTHANKS BUT IS NOT WORKING SOMETHING IS WRONG !!!! I DON'T NO WHAT !!!!! Pin
Bravoone_20063-Aug-06 1:10
Bravoone_20063-Aug-06 1:10 
I don t now what is wrong :

void CNcontabile::OnTest2()
{
CString sRelatia =_T("Cont");
m_relatia.GetWindowText(sRelatia);

LVFINDINFO stInfo = {0};
stInfo.flags = LVFI_STRING;
stInfo.psz = sRelatia;
int nItem = m_list.FindItem( &stInfo );
if( nItem != -1 )
{
// the item is in the list control
CString csSecondColumnText = m_list.GetItemText( nItem, 1 );
// set the text to the second edit box
m_credit.SetWindowText( csSecondColumnText );
}

}


the columns are : "Cont" and "Denumire" !


Thanks !!!!!!!!!!!!!!
>>>>>>>>>>bravoone<<<<<<<<<<<

Bravoone

QuestionRe: THANKS BUT IS NOT WORKING SOMETHING IS WRONG !!!! I DON'T NO WHAT !!!!! Pin
Hamid_RT3-Aug-06 1:31
Hamid_RT3-Aug-06 1:31 
QuestionButton in dialog Pin
Anu_Bala3-Aug-06 0:55
Anu_Bala3-Aug-06 0:55 
AnswerRe: Button in dialog Pin
prasad_som3-Aug-06 2:17
prasad_som3-Aug-06 2:17 
QuestionSetup creator Pin
tanarnelinistit3-Aug-06 0:46
tanarnelinistit3-Aug-06 0:46 
AnswerRe: Setup creator Pin
Rudolf Jan3-Aug-06 0:49
Rudolf Jan3-Aug-06 0:49 
AnswerRe: Setup creator Pin
Hamid_RT3-Aug-06 0:56
Hamid_RT3-Aug-06 0:56 
AnswerRe: Setup creator Pin
Gary R. Wheeler3-Aug-06 3:17
Gary R. Wheeler3-Aug-06 3:17 
Questionanalysis and answers to ACM ICPC? Pin
George_George3-Aug-06 0:44
George_George3-Aug-06 0:44 
AnswerRe: analysis and answers to ACM ICPC? Pin
Abdullatif M. Abu Al Rub6-Nov-11 7:35
Abdullatif M. Abu Al Rub6-Nov-11 7:35 
QuestionTANKS GUYS BUT... I NEED MORE HELP !!! [modified] Pin
Bravoone_20063-Aug-06 0:35
Bravoone_20063-Aug-06 0:35 
AnswerRe: TANKS GUYS BUT... I NEED MORE HELP !!! Pin
Naveen3-Aug-06 0:53
Naveen3-Aug-06 0:53 
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 

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.