Click here to Skip to main content
15,905,068 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: operator+, problems... Pin
peterchen30-Jul-04 22:59
peterchen30-Jul-04 22:59 
GeneralRe: operator+, problems... Pin
Sheff30-Jul-04 23:03
Sheff30-Jul-04 23:03 
GeneralRe: operator+, problems... Pin
Sheff30-Jul-04 23:22
Sheff30-Jul-04 23:22 
GeneralRe: operator+, problems... Pin
peterchen31-Jul-04 0:22
peterchen31-Jul-04 0:22 
GeneralRe: operator+, problems... Pin
Sheff31-Jul-04 0:46
Sheff31-Jul-04 0:46 
GeneralAccelerator keys Pin
Gammill30-Jul-04 19:42
Gammill30-Jul-04 19:42 
GeneralCombobox data transfer Pin
Puah30-Jul-04 19:35
Puah30-Jul-04 19:35 
GeneralRe: Combobox data transfer Pin
Jaime Stuardo31-Jul-04 5:03
Jaime Stuardo31-Jul-04 5:03 
you told that the combobox variable is m_combo.... but what type is it? is it a CComboBox? an int?

Remember that classwizard let you add the DDX variable mapping to be a control or a value.

If it's a value or a control, you will need to get the string of the combobox using
GetDlgItem(IDC_COMBO)->GetWindowText(sValue);

Also if it is a value:
UpdateData(TRUE);
((CComboBox *)GetDlgItem(IDC_COMBO))->GetLBText(m_combo, sValue);

Cheers
Jaime


GeneralCString & hex conversion problem Pin
lyn30-Jul-04 19:17
lyn30-Jul-04 19:17 
GeneralRe: CString & hex conversion problem Pin
Gammill30-Jul-04 19:32
Gammill30-Jul-04 19:32 
GeneralRe: CString & hex conversion problem Pin
lyn30-Jul-04 20:21
lyn30-Jul-04 20:21 
Questionhow to iternate and remove content from CMap at the same loop? Pin
zecodela30-Jul-04 18:31
zecodela30-Jul-04 18:31 
AnswerRe: how to iternate and remove content from CMap at the same loop? Pin
Gammill31-Jul-04 7:03
Gammill31-Jul-04 7:03 
AnswerWild guess on CMapStringtoPtr key removal Pin
bikram singh31-Jul-04 16:50
bikram singh31-Jul-04 16:50 
GeneralRe: Wild guess on CMapStringtoPtr key removal Pin
zecodelathe2nd31-Jul-04 17:25
zecodelathe2nd31-Jul-04 17:25 
GeneralThread Static calling non-static function Pin
Danny Gilbert30-Jul-04 17:43
Danny Gilbert30-Jul-04 17:43 
GeneralRe: Thread Static calling non-static function Pin
bikram singh31-Jul-04 16:10
bikram singh31-Jul-04 16:10 
Generalftp server Pin
Ryan McDermott30-Jul-04 16:21
Ryan McDermott30-Jul-04 16:21 
GeneralLoading Variable in EditBox Pin
arunforce30-Jul-04 12:00
arunforce30-Jul-04 12:00 
GeneralRe: Loading Variable in EditBox Pin
Archer28230-Jul-04 12:57
Archer28230-Jul-04 12:57 
GeneralRe: Loading Variable in EditBox Pin
arunforce30-Jul-04 13:13
arunforce30-Jul-04 13:13 
GeneralRe: Loading Variable in EditBox Pin
Jaime Stuardo30-Jul-04 13:52
Jaime Stuardo30-Jul-04 13:52 
GeneralRe: Loading Variable in EditBox Pin
arunforce30-Jul-04 14:25
arunforce30-Jul-04 14:25 
GeneralNotify Messages Pin
Kosk30-Jul-04 11:47
Kosk30-Jul-04 11:47 
GeneralRe: Notify Messages Pin
Renjith Ramachandran30-Jul-04 18:18
Renjith Ramachandran30-Jul-04 18:18 

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.