Click here to Skip to main content
15,915,848 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionmfc70.dll bug? Pin
Marc Clifton31-Jul-02 13:18
mvaMarc Clifton31-Jul-02 13:18 
General102 compiling errors in commdlg.h Pin
redeemer31-Jul-02 13:00
redeemer31-Jul-02 13:00 
GeneralRe: 102 compiling errors in commdlg.h Pin
Chris Losinger31-Jul-02 13:02
professionalChris Losinger31-Jul-02 13:02 
GeneralCalling AfxMessageBox from within CDocument Class Pin
adamUK31-Jul-02 12:34
adamUK31-Jul-02 12:34 
GeneralRe: Calling AfxMessageBox from within CDocument Class Pin
adamUK23-Aug-02 5:18
adamUK23-Aug-02 5:18 
GeneralProblem with InsertMenu with respect to Release vs. Debug compulation Pin
Eldon Zacek31-Jul-02 11:56
Eldon Zacek31-Jul-02 11:56 
GeneralRe: Problem with InsertMenu with respect to Release vs. Debug compulation Pin
Chris Losinger31-Jul-02 13:03
professionalChris Losinger31-Jul-02 13:03 
GeneralRe: Problem with InsertMenu with respect to Release vs. Debug compulation Pin
Eldon Zacek31-Jul-02 13:16
Eldon Zacek31-Jul-02 13:16 
GeneralRe: Problem with InsertMenu with respect to Release vs. Debug compulation Pin
Eldon Zacek31-Jul-02 17:09
Eldon Zacek31-Jul-02 17:09 
GeneralCTreeCtrl checkboxes, oleaut.dll, and MSDN Pin
dazinith31-Jul-02 11:41
dazinith31-Jul-02 11:41 
GeneralRe: CTreeCtrl checkboxes, oleaut.dll, and MSDN Pin
dazinith1-Aug-02 4:34
dazinith1-Aug-02 4:34 
QuestionCWnd::OnActiveApp( ): WTF is HTASK??? Pin
BlackSmith31-Jul-02 11:31
BlackSmith31-Jul-02 11:31 
AnswerRe: CWnd::OnActiveApp( ): WTF is HTASK??? Pin
Stuart Dootson31-Jul-02 13:20
professionalStuart Dootson31-Jul-02 13:20 
GeneralAdding dialog to system info about file Pin
defox31-Jul-02 11:17
defox31-Jul-02 11:17 
GeneralDrawDragRect() help Pin
Stew31-Jul-02 11:12
Stew31-Jul-02 11:12 
GeneralStatic vs. Shared MFC in dll Pin
dartonw31-Jul-02 9:34
dartonw31-Jul-02 9:34 
GeneralRe: Static vs. Shared MFC in dll Pin
Navin31-Jul-02 9:53
Navin31-Jul-02 9:53 
GeneralRe: Static vs. Shared MFC in dll Pin
Ranjan Banerji31-Jul-02 10:45
Ranjan Banerji31-Jul-02 10:45 
GeneralAn editBox and variable CString Pin
ns31-Jul-02 9:23
ns31-Jul-02 9:23 
GeneralRe: An editBox and variable CString Pin
PJ Arends31-Jul-02 9:31
professionalPJ Arends31-Jul-02 9:31 
GeneralRe: An editBox and variable CString Pin
Ravi Bhavnani31-Jul-02 9:54
professionalRavi Bhavnani31-Jul-02 9:54 
GeneralRe: An editBox and variable CString Pin
lucy31-Jul-02 10:08
lucy31-Jul-02 10:08 
well, personally, I prefer CString, if you just want to deal with its text display and retrieving. As the above post mentioned, this is done by MFC via data exchange and data validation.

use UpdateData(TRUE) to get user input for this CString variable, while UpdateData(TRUE) in place for SetWindowText.
GeneralThank you all! Pin
nss31-Jul-02 13:19
nss31-Jul-02 13:19 
GeneralCOM interfaces and apps Pin
Aaron Schaefer31-Jul-02 8:56
Aaron Schaefer31-Jul-02 8:56 
QuestionHow to Rollup a Window Pin
Atlantys31-Jul-02 8:35
Atlantys31-Jul-02 8:35 

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.