Click here to Skip to main content
16,010,650 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Registering dll within setup.exe Pin
Carlos Antollini14-Sep-01 3:47
Carlos Antollini14-Sep-01 3:47 
GeneralToolbar Problems Pin
James Bird14-Sep-01 2:05
James Bird14-Sep-01 2:05 
GeneralRe: Toolbar Problems Pin
Tomasz Sowinski14-Sep-01 2:19
Tomasz Sowinski14-Sep-01 2:19 
QuestionSDI and variables - where should I place them? Pin
14-Sep-01 1:57
suss14-Sep-01 1:57 
AnswerRe: SDI and variables - where should I place them? Pin
Steen Krogsgaard14-Sep-01 2:15
Steen Krogsgaard14-Sep-01 2:15 
GeneralRe: SDI and variables - where should I place them? Pin
14-Sep-01 4:56
suss14-Sep-01 4:56 
GeneralRe: SDI and variables - where should I place them? Pin
14-Sep-01 10:12
suss14-Sep-01 10:12 
AnswerRe: Use your class derived from CObject! Pin
Masaaki Onishi14-Sep-01 7:34
Masaaki Onishi14-Sep-01 7:34 
Hello, the codegurus around the world.;)

Generally speaking, we can use our own class derived from CObject
for the complicated data structure.
This is a powerful approach since we can use serialize function from CObject to save
the data, and this has a flexibilty to access CObject derived class.

So, try to find the sample code for this approach in MSDN help.
At the same time, we can put any variables in our CView class, (not good CDoucument class), but this approach seems not to expand the other project.
But, once we create our own class drived from CObject, we can use the other project easily.

Have a nice day!

-Masaaki Onishi-


AnswerYep - got it to work! Thanks guys! Pin
18-Sep-01 8:56
suss18-Sep-01 8:56 
QuestionHow to get the text of edit ctrl from first dialog box in second dialog box? Pin
my match14-Sep-01 1:51
my match14-Sep-01 1:51 
AnswerRe: How to get the text of edit ctrl from first dialog box in second dialog box? Pin
Steen Krogsgaard14-Sep-01 2:10
Steen Krogsgaard14-Sep-01 2:10 
QuestionSQL Server Experts - Could you provide some insight ? Pin
ManaInfy14-Sep-01 1:17
ManaInfy14-Sep-01 1:17 
QuestionChange text and/or button colour ??? Pin
mattiase14-Sep-01 1:03
mattiase14-Sep-01 1:03 
AnswerRe: Change text and/or button colour ??? Pin
Tomasz Sowinski14-Sep-01 1:59
Tomasz Sowinski14-Sep-01 1:59 
GeneralI really need a CSplitterWnd expert!!! Pin
Tommy H D Svensson14-Sep-01 0:49
Tommy H D Svensson14-Sep-01 0:49 
GeneralRe: I really need a CSplitterWnd expert!!! Pin
Tomasz Sowinski14-Sep-01 1:35
Tomasz Sowinski14-Sep-01 1:35 
GeneralRe: I really need a CSplitterWnd expert!!! Pin
Tommy H D Svensson14-Sep-01 2:01
Tommy H D Svensson14-Sep-01 2:01 
GeneralRe: I really need a CSplitterWnd expert!!! Pin
Tomasz Sowinski14-Sep-01 2:10
Tomasz Sowinski14-Sep-01 2:10 
GeneralRe: I really need a CSplitterWnd expert!!! Pin
Tommy H D Svensson14-Sep-01 2:15
Tommy H D Svensson14-Sep-01 2:15 
GeneralRe: I really need a CSplitterWnd expert!!! Pin
Tommy H D Svensson14-Sep-01 2:23
Tommy H D Svensson14-Sep-01 2:23 
GeneralRe: I really need a CSplitterWnd expert!!! Pin
Tomasz Sowinski14-Sep-01 2:43
Tomasz Sowinski14-Sep-01 2:43 
GeneralRe: I really need a CSplitterWnd expert!!! Pin
Tommy H D Svensson14-Sep-01 2:51
Tommy H D Svensson14-Sep-01 2:51 
GeneralRe: I really need a CSplitterWnd expert!!! Pin
Tomasz Sowinski14-Sep-01 3:06
Tomasz Sowinski14-Sep-01 3:06 
GeneralCTreeCtrl: HEEEEEELP Pin
14-Sep-01 0:11
suss14-Sep-01 0:11 
GeneralRe: CTreeCtrl: HEEEEEELP Pin
Tomasz Sowinski14-Sep-01 0:32
Tomasz Sowinski14-Sep-01 0:32 

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.