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

C / C++ / MFC

 
GeneralRe: Error in ActiveDesktop. Pin
GauranG Shah8-Oct-07 3:31
GauranG Shah8-Oct-07 3:31 
Question.Net through COM Pin
kanitamildasan8-Oct-07 2:32
kanitamildasan8-Oct-07 2:32 
AnswerRe: .Net through COM Pin
chandu0048-Oct-07 2:45
chandu0048-Oct-07 2:45 
GeneralRe: .Net through COM Pin
kanitamildasan8-Oct-07 3:54
kanitamildasan8-Oct-07 3:54 
Questionhighlight list control sub item Pin
champ238-Oct-07 2:08
champ238-Oct-07 2:08 
AnswerRe: highlight list control sub item [modified] Pin
chandu0048-Oct-07 2:10
chandu0048-Oct-07 2:10 
QuestionRe: highlight list control sub item Pin
champ238-Oct-07 2:19
champ238-Oct-07 2:19 
AnswerRe: highlight list control sub item Pin
chandu0048-Oct-07 2:35
chandu0048-Oct-07 2:35 
thats what i mean to say.
why dont you use SetCurSel() to select that item programatically.
you can find more explanation here.
CString str1;//this is the reference string that you want to compare the list items with.
for(int i=0;i<10;i++)
{
1.take the i th string from the list box,
2.if(str1=ith string)
{
list1.SetCurSel(i);
break;
}
}
GeneralRe: highlight list control sub item Pin
champ238-Oct-07 3:03
champ238-Oct-07 3:03 
AnswerRe: highlight list control sub item Pin
Iain Clarke, Warrior Programmer8-Oct-07 6:36
Iain Clarke, Warrior Programmer8-Oct-07 6:36 
QuestionHow to use #pragma warning? Pin
bosfan8-Oct-07 1:54
bosfan8-Oct-07 1:54 
AnswerRe: How to use #pragma warning? Pin
Nelek8-Oct-07 2:01
protectorNelek8-Oct-07 2:01 
GeneralRe: How to use #pragma warning? Pin
David Crow8-Oct-07 3:32
David Crow8-Oct-07 3:32 
AnswerRe: How to use #pragma warning? Pin
Cedric Moonen8-Oct-07 2:06
Cedric Moonen8-Oct-07 2:06 
GeneralRe: How to use #pragma warning? Pin
bosfan8-Oct-07 2:10
bosfan8-Oct-07 2:10 
QuestionReading out a C source file Pin
timodc8-Oct-07 1:52
timodc8-Oct-07 1:52 
AnswerRe: Reading out a C source file Pin
chandu0048-Oct-07 2:07
chandu0048-Oct-07 2:07 
AnswerRe: Reading out a C source file Pin
toxcct8-Oct-07 3:05
toxcct8-Oct-07 3:05 
AnswerRe: Reading out a C source file Pin
David Crow8-Oct-07 3:43
David Crow8-Oct-07 3:43 
QuestionVK_BACK is not working on IE 7.0 Pin
ShilpiP8-Oct-07 1:22
ShilpiP8-Oct-07 1:22 
QuestionProblems with creating very big images Pin
Rassul Yunussov8-Oct-07 1:20
Rassul Yunussov8-Oct-07 1:20 
AnswerRe: Problems with creating very big images Pin
Hamid_RT8-Oct-07 1:35
Hamid_RT8-Oct-07 1:35 
GeneralRe: Problems with creating very big images Pin
Rassul Yunussov8-Oct-07 1:43
Rassul Yunussov8-Oct-07 1:43 
GeneralRe: Problems with creating very big images Pin
Hamid_RT8-Oct-07 2:47
Hamid_RT8-Oct-07 2:47 
AnswerRe: Problems with creating very big images Pin
Mark Salsbery8-Oct-07 7:12
Mark Salsbery8-Oct-07 7:12 

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.