Click here to Skip to main content
15,917,731 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How can VC++ setup DrawText with TabStop with 7 character & DT_EXPANTABS? Pin
ATC26-Sep-02 7:25
ATC26-Sep-02 7:25 
AnswerRe: How can VC++ setup DrawText with TabStop with 7 character & DT_EXPANTABS? Pin
Tomasz Sowinski26-Sep-02 5:18
Tomasz Sowinski26-Sep-02 5:18 
GeneralRe: where did you get this (0x0700 | DT_EXPANDTABS) stuff? Pin
Anh26-Sep-02 6:14
Anh26-Sep-02 6:14 
GeneralRe: where did you get this (0x0700 | DT_EXPANDTABS) stuff? Pin
Tomasz Sowinski26-Sep-02 6:24
Tomasz Sowinski26-Sep-02 6:24 
GeneralRe: It works beautifully, thanks! Pin
ATC26-Sep-02 7:17
ATC26-Sep-02 7:17 
GeneralMSChart control Pin
Kash26-Sep-02 4:57
Kash26-Sep-02 4:57 
GeneralRe: MSChart control Pin
Tomasz Sowinski26-Sep-02 5:05
Tomasz Sowinski26-Sep-02 5:05 
GeneralSDI, PropertySheets with DesktopParent and Modal Dialogs Pin
MarinaParamonov26-Sep-02 4:57
MarinaParamonov26-Sep-02 4:57 
created this sample application to reproduce the modal dialogs problem:
- Created SDI application
- Added derived from CPropertySheet, CPropertyPage and CDialog classes
- Created CPropertySheet in 2 steps, using constructor and Create, where I passed NULL as parent, which actually is a DeskTopWnd. Added MyPropertyPage with button to run MyModalDialog.
- To reproduce it - from File menu -> New - run MyPropertySheet, then run MyModalDialog, the first one, again go to New and open another sheet, run second modal dialog from it.
- The problem is: if you go back to first modal dialog and click OK to close it - it will be closed but really won't return from DoModal() modal loop and stay waiting in the CWnd::RunModalLoop() till the second modal dialog would be processed. After processing the second modal dialog the CWnd::RunModalLoop continues for the first one, successfully exiting and returning DoModal() of the dialog which has been already closed and destroyed.
If somebody had this issue before, please help!
GeneralRe: SDI, PropertySheets with DesktopParent and Modal Dialogs Pin
Anonymous26-Sep-02 5:11
Anonymous26-Sep-02 5:11 
GeneralRe: SDI, PropertySheets with DesktopParent and Modal Dialogs Pin
MarinaParamonov26-Sep-02 8:11
MarinaParamonov26-Sep-02 8:11 
QuestionMultiple images on a CTreeCtrl tree item? Pin
Rob_PSU26-Sep-02 4:53
sussRob_PSU26-Sep-02 4:53 
AnswerRe: Multiple images on a CTreeCtrl tree item? Pin
Tomasz Sowinski26-Sep-02 5:01
Tomasz Sowinski26-Sep-02 5:01 
GeneralRe: Multiple images on a CTreeCtrl tree item? Pin
Rob_PSU26-Sep-02 5:27
sussRob_PSU26-Sep-02 5:27 
GeneralQuestion about CArray. Pin
Michael Liu26-Sep-02 4:23
Michael Liu26-Sep-02 4:23 
GeneralRe: Question about CArray. Pin
Tomasz Sowinski26-Sep-02 4:49
Tomasz Sowinski26-Sep-02 4:49 
GeneralRe: Question about CArray.... Tomasz Pin
Anonymous26-Sep-02 6:12
Anonymous26-Sep-02 6:12 
GeneralDialogBox Pin
Sunnygirl26-Sep-02 4:22
Sunnygirl26-Sep-02 4:22 
GeneralRe: DialogBox Pin
Carlos Antollini26-Sep-02 4:32
Carlos Antollini26-Sep-02 4:32 
GeneralRe: DialogBox Pin
Sunnygirl26-Sep-02 5:31
Sunnygirl26-Sep-02 5:31 
GeneralRe: DialogBox Pin
Tomasz Sowinski26-Sep-02 4:44
Tomasz Sowinski26-Sep-02 4:44 
GeneralRe: DialogBox Pin
Sunnygirl26-Sep-02 5:30
Sunnygirl26-Sep-02 5:30 
GeneralRe: DialogBox Pin
Tomasz Sowinski26-Sep-02 5:36
Tomasz Sowinski26-Sep-02 5:36 
GeneralRe: DialogBox Pin
Sunnygirl26-Sep-02 5:33
Sunnygirl26-Sep-02 5:33 
GeneralRe: DialogBox Pin
Sunnygirl26-Sep-02 6:01
Sunnygirl26-Sep-02 6:01 
GeneralRe: DialogBox Pin
Tomasz Sowinski26-Sep-02 6:10
Tomasz Sowinski26-Sep-02 6:10 

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.