Click here to Skip to main content
15,907,497 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSimple inheritance but a single error. plz run this !! Pin
Zealous_Me16-Mar-07 21:18
Zealous_Me16-Mar-07 21:18 
AnswerRe: Simple inheritance but a single error. plz run this !! Pin
prasad_som16-Mar-07 22:21
prasad_som16-Mar-07 22:21 
AnswerRe: Simple inheritance but a single error. plz run this !! Pin
Cedric Moonen17-Mar-07 0:46
Cedric Moonen17-Mar-07 0:46 
GeneralRe: Simple inheritance but a single error. plz run this !! Pin
ThatsAlok19-Mar-07 1:19
ThatsAlok19-Mar-07 1:19 
GeneralRe: Simple inheritance but a single error. plz run this !! Pin
Cedric Moonen19-Mar-07 8:17
Cedric Moonen19-Mar-07 8:17 
AnswerRe: Simple inheritance but a single error. plz run this !! Pin
C Mahesh17-Mar-07 0:48
C Mahesh17-Mar-07 0:48 
GeneralRe: Simple inheritance but a single error. plz run this !! Pin
Zealous_Me17-Mar-07 8:05
Zealous_Me17-Mar-07 8:05 
Questiondisplaying same value in all rows Pin
sulabh_expert@rediffmail.com16-Mar-07 20:38
sulabh_expert@rediffmail.com16-Mar-07 20:38 
LRESULT CHttp::OnPingLogMessage(WPARAM wparam, LPARAM lparam)
{
CString* pLogMessage = (CString*) wparam;
int u = (int) lparam;
CString result_val = *pLogMessage;
if(result_val.Find("-") <= -1)
m_Main_List.SetItemText(u,7,*pLogMessage);

return UpdateData(FALSE);
}

I have made this function and called it through SendMessage() which is made in class derieved from CWinThread.What I m trying to do with this function is trying to print different values in different rows at same time...

but same value is displayed in all selected rows............

Can anybody help me in this....

Thanks in advance
AnswerRe: displaying same value in all rows Pin
toxcct17-Mar-07 3:56
toxcct17-Mar-07 3:56 
Questionhow to control web application's session?help me! Pin
himum16-Mar-07 20:35
himum16-Mar-07 20:35 
Questionmoving textbox to nextcell in flexgrid while enter key pressed help me please? Pin
viral_umang@hotmail.com16-Mar-07 20:07
viral_umang@hotmail.com16-Mar-07 20:07 
QuestionPrint to file Pin
RockyJames16-Mar-07 19:36
RockyJames16-Mar-07 19:36 
AnswerRe: Print to file Pin
Hamid_RT16-Mar-07 20:24
Hamid_RT16-Mar-07 20:24 
QuestionDoubt in SystemTimeToFileTime Pin
ShaluMalu16-Mar-07 18:43
ShaluMalu16-Mar-07 18:43 
AnswerRe: Doubt in SystemTimeToFileTime Pin
Michael Dunn16-Mar-07 20:04
sitebuilderMichael Dunn16-Mar-07 20:04 
AnswerRe: Doubt in SystemTimeToFileTime Pin
Karismatic16-Mar-07 20:10
Karismatic16-Mar-07 20:10 
QuestionHow to... [Game Related] Pin
Anthony Mushrow16-Mar-07 17:42
professionalAnthony Mushrow16-Mar-07 17:42 
AnswerRe: How to... [Game Related] Pin
Christian Graus16-Mar-07 17:56
protectorChristian Graus16-Mar-07 17:56 
GeneralRe: How to... [Game Related] Pin
Anthony Mushrow16-Mar-07 18:20
professionalAnthony Mushrow16-Mar-07 18:20 
GeneralRe: How to... [Game Related] Pin
ThatsAlok19-Mar-07 1:20
ThatsAlok19-Mar-07 1:20 
GeneralRe: How to... [Game Related] Pin
Anthony Mushrow19-Mar-07 1:58
professionalAnthony Mushrow19-Mar-07 1:58 
QuestionAbout WallpaperQ of Jason Henderson Pin
Tran Ngoc Minh16-Mar-07 16:59
Tran Ngoc Minh16-Mar-07 16:59 
AnswerRe: About WallpaperQ of Jason Henderson Pin
Christian Graus16-Mar-07 17:57
protectorChristian Graus16-Mar-07 17:57 
AnswerRe: About WallpaperQ of Jason Henderson Pin
Hamid_RT16-Mar-07 18:36
Hamid_RT16-Mar-07 18:36 
QuestionHow to create a openGL GetPixel() Function ? Pin
TeiUKei16-Mar-07 14:18
TeiUKei16-Mar-07 14:18 

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.