Click here to Skip to main content
15,911,531 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to get input from user Pin
ns17-Sep-02 3:04
ns17-Sep-02 3:04 
AnswerRe: how to get input from user Pin
Ravi Bhavnani17-Sep-02 3:31
professionalRavi Bhavnani17-Sep-02 3:31 
GeneralRe: how to get input from user Pin
ns17-Sep-02 3:38
ns17-Sep-02 3:38 
GeneralRe: how to get input from user Pin
Ravi Bhavnani17-Sep-02 3:36
professionalRavi Bhavnani17-Sep-02 3:36 
GeneralRe: how to get input from user Pin
ns17-Sep-02 3:59
ns17-Sep-02 3:59 
QuestionBIG OR LITTLE QUESTION? Pin
ZBUILDER17-Sep-02 2:46
ZBUILDER17-Sep-02 2:46 
AnswerRe: BIG OR LITTLE QUESTION? Pin
jhwurmbach17-Sep-02 2:54
jhwurmbach17-Sep-02 2:54 
AnswerRe: BIG OR LITTLE QUESTION? Pin
Bart Robeyns17-Sep-02 2:57
Bart Robeyns17-Sep-02 2:57 
GeneralRe: BIG OR LITTLE QUESTION? Pin
ZBUILDER17-Sep-02 3:08
ZBUILDER17-Sep-02 3:08 
Questioncan Anybody tell me, how to resolve a trouble debug assert fail? Pin
Anonymous17-Sep-02 2:36
Anonymous17-Sep-02 2:36 
AnswerRe: can Anybody tell me, how to resolve a trouble debug assert fail? Pin
Bart Robeyns17-Sep-02 2:49
Bart Robeyns17-Sep-02 2:49 
GeneralIssues with char ** pointers Pin
Jon Hulatt17-Sep-02 2:18
Jon Hulatt17-Sep-02 2:18 
GeneralRe: Issues with char ** pointers Pin
Roger Allen17-Sep-02 2:27
Roger Allen17-Sep-02 2:27 
GeneralRe: Issues with char ** pointers Pin
Jon Hulatt17-Sep-02 2:31
Jon Hulatt17-Sep-02 2:31 
GeneralProject managment under Visual C++ Pin
auroch17-Sep-02 2:04
auroch17-Sep-02 2:04 
GeneralMs Word Automation, Disable Keyboard Input... Pin
Braulio Dez17-Sep-02 1:20
Braulio Dez17-Sep-02 1:20 
GeneralRe: Ms Word Automation, Disable Keyboard Input... Pin
Stephane Rodriguez.17-Sep-02 1:43
Stephane Rodriguez.17-Sep-02 1:43 
GeneralRe: Ms Word Automation, Disable Keyboard Input... Pin
Braulio Dez17-Sep-02 4:32
Braulio Dez17-Sep-02 4:32 
GeneralReading Disk device Pin
Anonymous17-Sep-02 0:38
Anonymous17-Sep-02 0:38 
GeneralAsynchronous Transfer Mode (ATM) Pin
EllieS17-Sep-02 0:07
EllieS17-Sep-02 0:07 
GeneralCString Pin
Gian17-Sep-02 0:01
Gian17-Sep-02 0:01 
GeneralRe: CString Pin
Gian17-Sep-02 0:05
Gian17-Sep-02 0:05 
GeneralRe: CString Pin
Alexandru Savescu17-Sep-02 1:57
Alexandru Savescu17-Sep-02 1:57 
GeneralRe: CString Pin
Gian17-Sep-02 3:12
Gian17-Sep-02 3:12 
i'm trying implementing a Cdocument derived class for the TX Text Control (www.textcontrol.com). the tx views needs this CTXDoc derived from CDocument. The component is created for an application with only a tx view and nothing else (this is very bad). In OnOpenDocument, OnNewDocument,etc it sets, deletes the contexts of the view,etc so if you call this overloaded funtions the program crash with diffent views. So i've substitued CTXDoc:: with CDocument:: and set the things for the tx init. But opening a created document, when SetPathName is called, there's an assignation to m_strPathName and m_strTitle of the CDocument and there's the Heap. I don't know how to solve, i've created the same variables in the derived class and rewritten SetAppName and GetTitle but in the others part of the application if there's a call to GetTitle it returns the CDocument variable that it's ""

GeneralUsing C++ code from C Pin
benjymous16-Sep-02 23:33
benjymous16-Sep-02 23:33 

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.