Click here to Skip to main content
15,887,027 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionconnecting to DB using ADO Pin
antonaras30-May-06 0:00
antonaras30-May-06 0:00 
AnswerRe: connecting to DB using ADO Pin
NiceNaidu30-May-06 0:31
NiceNaidu30-May-06 0:31 
GeneralRe: connecting to DB using ADO Pin
antonaras30-May-06 1:24
antonaras30-May-06 1:24 
AnswerRe: connecting to DB using ADO Pin
Hamid_RT30-May-06 4:00
Hamid_RT30-May-06 4:00 
GeneralRe: connecting to DB using ADO Pin
antonaras30-May-06 4:11
antonaras30-May-06 4:11 
GeneralRe: connecting to DB using ADO Pin
Hamid_RT30-May-06 4:20
Hamid_RT30-May-06 4:20 
GeneralRe: connecting to DB using ADO Pin
antonaras30-May-06 4:43
antonaras30-May-06 4:43 
QuestionAdd custom defined ID to the ComboBox Pin
willbin29-May-06 23:51
willbin29-May-06 23:51 
How to bind the custom defined ID together with the String when adding the String into the Combobox.
Why do this? Cause I want to get the custom defined ID associated with the String but not the String.
For example,

IDTEXT
13goods from 13th shop
11goods from 11th shop
......

The TEXT content is only for display, when selecting, the ID is wanted.(Because by using the ID, I can get more detailed infomation such as a list of goods.)
But with MFC it is seems I can not associate the customed ID with the TEXT ,what is added into combobox when calling AddString method.
Is the Combobox has any way to satisfy the requirement.

If it has not, I have to build a map between customed IDs and the Combobox self-created IDs.


//////////////////////////////
AnswerRe: Add custom defined ID to the ComboBox Pin
Nibu babu thomas30-May-06 0:01
Nibu babu thomas30-May-06 0:01 
GeneralRe: Add custom defined ID to the ComboBox Pin
willbin30-May-06 1:44
willbin30-May-06 1:44 
QuestionClass view Pin
Anu_Bala29-May-06 23:44
Anu_Bala29-May-06 23:44 
AnswerRe: Class view Pin
NiceNaidu30-May-06 0:29
NiceNaidu30-May-06 0:29 
GeneralRe: Class view Pin
Anu_Bala30-May-06 0:45
Anu_Bala30-May-06 0:45 
GeneralRe: Class view Pin
NiceNaidu30-May-06 1:00
NiceNaidu30-May-06 1:00 
QuestionIs there any limit in no.of base classes in multiple inheritance in C++ Pin
Maheswar Reddy29-May-06 23:39
Maheswar Reddy29-May-06 23:39 
AnswerRe: Is there any limit in no.of base classes in multiple inheritance in C++ Pin
toxcct30-May-06 0:13
toxcct30-May-06 0:13 
AnswerRe: Is there any limit in no.of base classes in multiple inheritance in C++ Pin
Nemanja Trifunovic30-May-06 2:24
Nemanja Trifunovic30-May-06 2:24 
QuestionNeed Help Pin
Member 303984329-May-06 23:32
Member 303984329-May-06 23:32 
AnswerRe: Need Help Pin
Anu_Bala29-May-06 23:42
Anu_Bala29-May-06 23:42 
GeneralRe: Need Help Pin
Member 303984330-May-06 1:54
Member 303984330-May-06 1:54 
GeneralRe: Need Help Pin
Steve S30-May-06 4:08
Steve S30-May-06 4:08 
AnswerRe: Need Help Pin
Hamid_RT30-May-06 4:13
Hamid_RT30-May-06 4:13 
QuestionCListCtrl - disable an item Pin
YaronNir29-May-06 23:16
YaronNir29-May-06 23:16 
AnswerRe: CListCtrl - disable an item Pin
Naveen29-May-06 23:48
Naveen29-May-06 23:48 
GeneralRe: CListCtrl - disable an item Pin
Nishad S30-May-06 0:11
Nishad S30-May-06 0:11 

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.