if i type a string in edit box . it should b placed in that combo box..
-
help me... vikram
-
help me... vikram
Does this your answer?
CString str;
m_edit.GetWindowText(str);
m_Combo.AddString(str);
WhiteSky
-
help me... vikram
humm.. create two control variable associated each with EditBox and Combo Box. CString strText; m_edtBox.GetWindowText(strText); m_cmbString.Addstring(strText);
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief
-
Does this your answer?
CString str;
m_edit.GetWindowText(str);
m_Combo.AddString(str);
WhiteSky
im not getting in this code.. plz help me..
-
help me... vikram
start by learing how to ask a question correctly on the forum, then ask it good. :zzz:
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
im not getting in this code.. plz help me..
vikramkarthik wrote:
plz help me..
what is the problem
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief
-
vikramkarthik wrote:
plz help me..
what is the problem
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief
ThatsAlok wrote:
what is the problem
i think this[^] is the problem :rolleyes:
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
ThatsAlok wrote:
what is the problem
i think this[^] is the problem :rolleyes:
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
toxcct wrote:
think this[^] is the problem
he he he, i just want to know what problem he is facing by implementing same!
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief
-
vikramkarthik wrote:
plz help me..
what is the problem
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief
CString strText; m_edtBox.GetWindowText(strText); m_cmbString.Addstring(strText); c im using VC++ 6.0, in this if i type this code means im not getting GeTWindowText option itself.what i can do.. vikram
-
start by learing how to ask a question correctly on the forum, then ask it good. :zzz:
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
ok fine thank u..
-
im not getting in this code.. plz help me..
Wheres the problem?
WhiteSky
-
CString strText; m_edtBox.GetWindowText(strText); m_cmbString.Addstring(strText); c im using VC++ 6.0, in this if i type this code means im not getting GeTWindowText option itself.what i can do.. vikram
vikramkarthik wrote:
im using VC++ 6.0, in this if i type this code means im not getting GeTWindowText option itself.what i can do.. vikram
actually m_edtBox is of type CEditBox and m_cmbString is of CComboBox, you have to associate that with each control!
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief
-
humm.. create two control variable associated each with EditBox and Combo Box. CString strText; m_edtBox.GetWindowText(strText); m_cmbString.Addstring(strText);
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief
i tried and i got the answer.. vikram
-
i tried and i got the answer.. vikram
it's all right.. you can vote for that message :) [hiding my face under table]
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief