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

C / C++ / MFC

 
GeneralSDI, PropertySheets with DesktopParent and Modal Dialogs Pin
MarinaParamonov26-Sep-02 4:57
MarinaParamonov26-Sep-02 4:57 
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 
Pass the arguments as const references - it's much more efficient, since compiler doesn't need to create copies of arguments. You should also avoid returning objects like CArray by value - rather, pass 3rd argument as non-const reference.

Tomasz Sowinski -- http://www.shooltz.com

*** Vodka. Connecting people. ***

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 
GeneralRe: DialogBox Pin
Sunnygirl26-Sep-02 6:11
Sunnygirl26-Sep-02 6:11 
GeneralRe: DialogBox Pin
jmkhael26-Sep-02 4:41
jmkhael26-Sep-02 4:41 
GeneralMultiple VS Pin
RChin26-Sep-02 4:19
RChin26-Sep-02 4:19 
GeneralRe: Multiple VS Pin
jmkhael26-Sep-02 4:23
jmkhael26-Sep-02 4:23 
GeneralRe: Multiple VS Pin
Carlos Antollini26-Sep-02 4:30
Carlos Antollini26-Sep-02 4:30 
GeneralRe: Multiple VS Pin
User 665826-Sep-02 5:26
User 665826-Sep-02 5:26 
GeneralRe: Multiple VS Pin
RChin26-Sep-02 7:56
RChin26-Sep-02 7:56 

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.