Click here to Skip to main content
15,908,112 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: FTP file Pin
perlmunger12-Oct-02 17:01
perlmunger12-Oct-02 17:01 
Generalerror C2512: 'CMeasureItemsPage' : no appropriate default construc Pin
Daniel Strigl11-Oct-02 7:35
Daniel Strigl11-Oct-02 7:35 
GeneralRe: error C2512: 'CMeasureItemsPage' : no appropriate default construc Pin
Gary R. Wheeler11-Oct-02 16:15
Gary R. Wheeler11-Oct-02 16:15 
GeneralRe: error C2512: 'CMeasureItemsPage' : no appropriate default construc Pin
Daniel Strigl13-Oct-02 8:57
Daniel Strigl13-Oct-02 8:57 
QuestionModal to Modeless dialogs? Pin
clintsinger11-Oct-02 7:01
clintsinger11-Oct-02 7:01 
AnswerRe: Modal to Modeless dialogs? Pin
Paul M Watt11-Oct-02 7:42
mentorPaul M Watt11-Oct-02 7:42 
QuestionHow to get text in ComboBox Pin
Vincent Ye11-Oct-02 7:01
Vincent Ye11-Oct-02 7:01 
AnswerRe: How to get text in ComboBox Pin
jmkhael11-Oct-02 7:29
jmkhael11-Oct-02 7:29 
if MFC:

int CComboBox::GetLBText( int nIndex, LPTSTR lpszText ) const;
void CComboBox::GetLBText( int nIndex, CString& rString ) const;

if Win32:

CBN_EDITCHANGE
idComboBox = (int) LOWORD(wParam); // identifier of combo box
hwndComboBox = (HWND)lParam; // handle to combo box

So: use ::GetWindowText with the window handle as the Handle of the combobox, hope this help

Papa


while (TRUE)
Papa.WillLove ( Bebe ) ;
GeneralHELP TAPI Problems Pin
nlecren11-Oct-02 6:58
nlecren11-Oct-02 6:58 
GeneralRe: HELP TAPI Problems Pin
Michael P Butler12-Oct-02 7:54
Michael P Butler12-Oct-02 7:54 
GeneralQ about CProgressCtrl Pin
Mister Transistor11-Oct-02 6:53
Mister Transistor11-Oct-02 6:53 
GeneralVB pass a para to VC Pin
aoyee11-Oct-02 6:33
aoyee11-Oct-02 6:33 
GeneralRe: VB pass a para to VC Pin
Anonymous11-Oct-02 6:43
Anonymous11-Oct-02 6:43 
GeneralRe: VB pass a para to VC Pin
Daniel Turini11-Oct-02 7:05
Daniel Turini11-Oct-02 7:05 
GeneralRe: VB pass a para to VC Pin
jmkhael11-Oct-02 7:21
jmkhael11-Oct-02 7:21 
GeneralRe: VB pass a para to VC Pin
Anonymous11-Oct-02 22:06
Anonymous11-Oct-02 22:06 
GeneralSQL and C++ Pin
Anonymous11-Oct-02 5:57
Anonymous11-Oct-02 5:57 
GeneralRe: SQL and C++ Pin
Steve S11-Oct-02 6:13
Steve S11-Oct-02 6:13 
GeneralReally strange string error Pin
will138311-Oct-02 5:12
will138311-Oct-02 5:12 
GeneralRe: Really strange string error Pin
jmkhael11-Oct-02 5:17
jmkhael11-Oct-02 5:17 
GeneralRe: Really strange string error Pin
Daniel Turini11-Oct-02 5:22
Daniel Turini11-Oct-02 5:22 
QuestionWhat the Heck? Pin
Ryan B.11-Oct-02 4:51
Ryan B.11-Oct-02 4:51 
AnswerRe: What the Heck? Pin
Steve S11-Oct-02 6:08
Steve S11-Oct-02 6:08 
AnswerRe: What the Heck? Pin
MaximE12-Oct-02 11:54
MaximE12-Oct-02 11:54 
Generala terrible problem! help! Pin
ns11-Oct-02 4:11
ns11-Oct-02 4: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.