|
Firstly, you don't need to use UpdateData() because you're already using a control variable (which means that you're directly operating on the control itself). Next, CComboBox should have a member, something like AddString() , which is what you should be using to add a new string to it.
It is a crappy thing, but it's life -^ Carlo Pallini
|
|
|
|
|
i don"t want add a new item but i want to display the desired item which is among the list of items in comboBox...
|
|
|
|
|
|
The correct answer for such question is "read the fine manual" aka RTFM
Press F1 for help or google it.
Greetings from Germany
|
|
|
|
|
Rajesh R Subramanian wrote: By the way, such things are documented these days!
Please don't tell the secrets of the smart ass developers.
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]
|
|
|
|
|
So, not only you're lazy, won't buy a book, but you've got multiple logins for CP. I just received this *same* rubbish from p_1960 (the poster below AKA YOU) as another reply. Now, I see that is deleted.
Can you explain?
It is a crappy thing, but it's life -^ Carlo Pallini
|
|
|
|
|
sorry for that actually this was my previous ID and as i forgot my password i have created one more ..anyway ill use only one...
|
|
|
|
|
pradeep455 wrote: sorry for that actually this was my previous ID and as i forgot my password i have created one more ..anyway ill use only one...
WTF are you talking about? Both IDs have been around for 3 to 4 months and you've been consistently posting messages (100+) from both and you want me to believe your bullshit that you forgot the password and such nonsense, even after you've posted stuff from both IDs a few hours back?!
You're humiliating yourself. I shall not be interested in talking to you any more.
It is a crappy thing, but it's life -^ Carlo Pallini
|
|
|
|
|
Poor guy, he isn't aware of your memory strength.
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]
|
|
|
|
|
CComboBox::SelectString
«_Superman_»
I love work. It gives me something to do between weekends.
|
|
|
|
|
|
This is very straight forward.
You should try something before posting.
«_Superman_»
I love work. It gives me something to do between weekends.
|
|
|
|
|
Yes..It's not something to be asked..
It's not enough to be the best, when you have capability to be great....
|
|
|
|
|
const *char or const char* ?
Will you PLEASE buy a book and do us all a favour instead of posting the most elementary stuff here every day?! How many days do you think you can be going on like this?
It is a crappy thing, but it's life -^ Carlo Pallini
|
|
|
|
|
|
BUY A BOOK.
It is a crappy thing, but it's life -^ Carlo Pallini
|
|
|
|
|
How about making a donation!!!
«_Superman_»
I love work. It gives me something to do between weekends.
|
|
|
|
|
Sir, I HAVE a book. Unfortunately, 'The Hound of the Baskervilles', tells me nothing about const char * !
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]
|
|
|
|
|
It is a crappy thing, but it's life -^ Carlo Pallini
|
|
|
|
|
char* str = "Hello";
CString cs(str);
|
|
|
|
|
Or at least google!
Cheers
You have the thought that modern physics just relay on assumptions, that somehow depends on a smile of a cat, which isn’t there.( Albert Einstein)
|
|
|
|
|
I came here by google to find how to convert a const char * to CString without a book. I should know better than look for answers in Code Project replies. Guess what? Come 2011, 2012, and beyond people will still be finding this disappointing conversation. Good to know at the top of the search will be fodder like this.
|
|
|
|
|
char* str = "Hello";
CString cs(str);
|
|
|
|
|
Check the constructor definitions of CString.
|
|
|
|
|
Hi!!!
I am new in MFC.
I am trying to load the GIF image(Smiley) in the RichEditBox with its animation.
But I have not any idea.
I have already load bitmap images in RichEditBox with at any position in RichEditBox. But I am unable to load Smiey.
How can I load Smiley with its animation in RichEditBox?
Please help me!!
With Thanks,
Mitul Golakiya.
|
|
|
|