Click here to Skip to main content
15,888,454 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How can i scroll mi Msflexgrid Pin
chandu0041-Nov-07 4:01
chandu0041-Nov-07 4:01 
GeneralRe: How can i scroll mi Msflexgrid Pin
alan931-Nov-07 5:23
alan931-Nov-07 5:23 
GeneralHere is the solution Pin
chandu0045-Nov-07 1:58
chandu0045-Nov-07 1:58 
Questionhelp Pin
philiptabraham1-Nov-07 2:54
philiptabraham1-Nov-07 2:54 
QuestionRe: help Pin
David Crow1-Nov-07 2:59
David Crow1-Nov-07 2:59 
AnswerRe: help Pin
philiptabraham1-Nov-07 3:09
philiptabraham1-Nov-07 3:09 
GeneralRe: help Pin
David Crow1-Nov-07 3:12
David Crow1-Nov-07 3:12 
GeneralRe: help Pin
philiptabraham1-Nov-07 3:24
philiptabraham1-Nov-07 3:24 
this is a sample code that i have done

OnEditChange()
{
m_aa.AddString("xxx");//m_aa is the variable of my combobox of Type CComboBox
m_aa.AddString("YYY");
m_aa.RESETCONTENT();//will not allow me to edit the comboBox ,it will get reset
}
whati nedd is ,whenever i make a change in the combobox only xxx and yyy should be displayed in the combobox list.

what is happening now is whenever i make or edit the combobox the number of time the data displaying is doubled


GeneralRe: help Pin
chandu0041-Nov-07 3:27
chandu0041-Nov-07 3:27 
GeneralRe: help Pin
David Crow1-Nov-07 3:32
David Crow1-Nov-07 3:32 
GeneralRe: help Pin
philiptabraham1-Nov-07 3:37
philiptabraham1-Nov-07 3:37 
QuestionRe: help Pin
David Crow1-Nov-07 3:50
David Crow1-Nov-07 3:50 
QuestionRe: help Pin
chandu0041-Nov-07 3:15
chandu0041-Nov-07 3:15 
AnswerRe: help Pin
philiptabraham1-Nov-07 3:32
philiptabraham1-Nov-07 3:32 
AnswerRe: help Pin
philiptabraham1-Nov-07 3:34
philiptabraham1-Nov-07 3:34 
GeneralRe: help Pin
chandu0041-Nov-07 3:41
chandu0041-Nov-07 3:41 
GeneralRe: help Pin
philiptabraham1-Nov-07 3:55
philiptabraham1-Nov-07 3:55 
GeneralRe: help Pin
chandu0041-Nov-07 3:58
chandu0041-Nov-07 3:58 
Questionhow to add an backrground image in a form? Pin
panthal1-Nov-07 2:51
panthal1-Nov-07 2:51 
AnswerRe: how to add an backrground image in dialog? Pin
chandu0041-Nov-07 2:54
chandu0041-Nov-07 2:54 
AnswerRe: how to add an backrground image in a form? Pin
David Crow1-Nov-07 2:56
David Crow1-Nov-07 2:56 
AnswerRe: how to add an backrground image in a form? Pin
Hamid_RT1-Nov-07 5:56
Hamid_RT1-Nov-07 5:56 
Questionunable to scroll the dialog using the slider in the scrol bar Pin
chandu0041-Nov-07 2:21
chandu0041-Nov-07 2:21 
Questionhow can i get a usb drive's physical serial number? Pin
kcynic1-Nov-07 1:44
kcynic1-Nov-07 1:44 
AnswerRe: how can i get a usb drive's physical serial number? Pin
Nibu babu thomas1-Nov-07 3:31
Nibu babu thomas1-Nov-07 3:31 

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.