Click here to Skip to main content
15,892,199 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: "Launch Now" is not working Pin
rahul.kulshreshtha25-May-10 2:46
rahul.kulshreshtha25-May-10 2:46 
AnswerRe: "Launch Now" is not working Pin
Aescleal25-May-10 2:58
Aescleal25-May-10 2:58 
GeneralRe: "Launch Now" is not working Pin
rahul.kulshreshtha25-May-10 3:45
rahul.kulshreshtha25-May-10 3:45 
QuestionRe: "Launch Now" is not working [modified] Pin
rahul.kulshreshtha25-May-10 21:10
rahul.kulshreshtha25-May-10 21:10 
QuestionListCtrl SetItemText Pin
Sakhalean25-May-10 0:07
Sakhalean25-May-10 0:07 
QuestionRe: ListCtrl SetItemText Pin
CPallini25-May-10 0:41
mveCPallini25-May-10 0:41 
AnswerRe: ListCtrl SetItemText Pin
Sakhalean25-May-10 0:46
Sakhalean25-May-10 0:46 
QuestionRe: ListCtrl SetItemText Pin
CPallini25-May-10 0:53
mveCPallini25-May-10 0:53 
Why don't you use the debugger to see the value of strTemp on execution of the offending lines:
//----- MIl Bus ----------------
m_pFrame->m_DbMgr.m_Rs.GetFieldValue( "MilBus", strTemp );
strTemp.Insert( 0, " " );
m_ListInfoCtrl.SetItemText( nLruIndex-1, 3, strTemp );

?
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke

[My articles]

AnswerRe: ListCtrl SetItemText Pin
Sakhalean25-May-10 1:01
Sakhalean25-May-10 1:01 
AnswerRe: ListCtrl SetItemText Pin
Sakhalean25-May-10 1:42
Sakhalean25-May-10 1:42 
GeneralRe: ListCtrl SetItemText Pin
CPallini25-May-10 1:44
mveCPallini25-May-10 1:44 
GeneralRe: ListCtrl SetItemText Pin
Sakhalean25-May-10 1:58
Sakhalean25-May-10 1:58 
GeneralRe: ListCtrl SetItemText Pin
Sakhalean25-May-10 2:23
Sakhalean25-May-10 2:23 
GeneralRe: ListCtrl SetItemText Pin
josda100025-May-10 3:13
josda100025-May-10 3:13 
GeneralRe: ListCtrl SetItemText Pin
Sakhalean25-May-10 3:19
Sakhalean25-May-10 3:19 
JokeRe: ListCtrl SetItemText Pin
jeron125-May-10 4:04
jeron125-May-10 4:04 
GeneralRe: ListCtrl SetItemText Pin
Sakhalean25-May-10 4:24
Sakhalean25-May-10 4:24 
GeneralRe: ListCtrl SetItemText Pin
jeron125-May-10 5:03
jeron125-May-10 5:03 
GeneralRe: ListCtrl SetItemText Pin
Richard MacCutchan25-May-10 3:05
mveRichard MacCutchan25-May-10 3:05 
GeneralRe: ListCtrl SetItemText Pin
Sakhalean25-May-10 3:18
Sakhalean25-May-10 3:18 
GeneralRe: ListCtrl SetItemText Pin
josda100025-May-10 3:23
josda100025-May-10 3:23 
GeneralRe: ListCtrl SetItemText Pin
Richard MacCutchan25-May-10 4:31
mveRichard MacCutchan25-May-10 4:31 
GeneralRe: ListCtrl SetItemText Pin
josda100025-May-10 3:22
josda100025-May-10 3:22 
GeneralRe: ListCtrl SetItemText Pin
Sakhalean25-May-10 3:31
Sakhalean25-May-10 3:31 
GeneralRe: ListCtrl SetItemText Pin
josda100025-May-10 3:38
josda100025-May-10 3:38 

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.