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

C / C++ / MFC

 
AnswerRe: ADO _RecordsetPtr: how to PutCollect() a NULL value? Pin
swjtu_ran12-Aug-11 19:32
swjtu_ran12-Aug-11 19:32 
QuestionVisual Studio - using CFormView variables and methods in child dialog Pin
overheat3-May-08 9:45
overheat3-May-08 9:45 
AnswerRe: Visual Studio - using CFormView variables and methods in child dialog Pin
JudyL_MD3-May-08 10:41
JudyL_MD3-May-08 10:41 
GeneralRe: Visual Studio - using CFormView variables and methods in child dialog Pin
overheat3-May-08 12:25
overheat3-May-08 12:25 
GeneralRe: Visual Studio - using CFormView variables and methods in child dialog Pin
JudyL_MD3-May-08 17:34
JudyL_MD3-May-08 17:34 
GeneralRe: Visual Studio - using CFormView variables and methods in child dialog Pin
overheat4-May-08 0:03
overheat4-May-08 0:03 
GeneralRe: Visual Studio - using CFormView variables and methods in child dialog Pin
JudyL_MD4-May-08 3:31
JudyL_MD4-May-08 3:31 
AnswerRe: Visual Studio - using CFormView variables and methods in child dialog Pin
Nelek5-May-08 3:10
protectorNelek5-May-08 3:10 
In one project I was wanting to do something like you say but mixing DialogBoxes that have to interact with other views gave me a lot of problems. At the end I changed the structure and use all view-derived classes. The structure was 1 ScrollView as Main view, and then so many CFormView derived forms of 3 possible different types as elements in the main view were, and all could be opened at once.

I got it saving a CElementView pointer in every element, to access the different views and its parameters through the pointer. If you think it is something similar with what you want to reach. Take a look to this message[^], it can maybe help you.

Greetings.
--------
M.D.V. Wink | ;)

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
“The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson

QuestionCan "MCIWndOpen()" function work with Unicode? Pin
Joseph Marzbani3-May-08 8:50
Joseph Marzbani3-May-08 8:50 
AnswerRe: Can "MCIWndOpen()" function work with Unicode? Pin
Mark Salsbery3-May-08 9:19
Mark Salsbery3-May-08 9:19 
AnswerRe: Can "MCIWndOpen()" function work with Unicode? Pin
Stephen Hewitt4-May-08 15:54
Stephen Hewitt4-May-08 15:54 
QuestionOpen a .txt file with a press of a button in MFC Pin
lahom3-May-08 8:28
lahom3-May-08 8:28 
AnswerRe: Open a .txt file with a press of a button in MFC Pin
JudyL_MD3-May-08 10:44
JudyL_MD3-May-08 10:44 
AnswerRe: Open a .txt file with a press of a button in MFC Pin
Ozer Karaagac3-May-08 11:50
professionalOzer Karaagac3-May-08 11:50 
AnswerRe: Open a .txt file with a press of a button in MFC Pin
Hamid_RT3-May-08 18:21
Hamid_RT3-May-08 18:21 
AnswerRe: Open a .txt file with a press of a button in MFC Pin
ThatsAlok4-May-08 23:57
ThatsAlok4-May-08 23:57 
QuestionDevelop virtual environment online using C# with Managed DirecX? Pin
katelva3-May-08 8:18
katelva3-May-08 8:18 
AnswerStop bombing the boards Pin
Pete O'Hanlon3-May-08 9:02
mvePete O'Hanlon3-May-08 9:02 
AnswerRe: Develop virtual environment online using C# with Managed DirecX? Pin
Cranky3-May-08 12:39
Cranky3-May-08 12:39 
QuestionHow I can MIX the Sounds from network(directsound) Pin
doudou-shen3-May-08 4:57
doudou-shen3-May-08 4:57 
AnswerRe: How I can MIX the Sounds from network(directsound) Pin
Mark Salsbery3-May-08 7:38
Mark Salsbery3-May-08 7:38 
GeneralRe: How I can MIX the Sounds from network(directsound) Pin
doudou-shen3-May-08 21:55
doudou-shen3-May-08 21:55 
GeneralRe: How I can MIX the Sounds from network(directsound) Pin
Mark Salsbery4-May-08 6:05
Mark Salsbery4-May-08 6:05 
QuestionQuestion on flexgrid Pin
gReaen3-May-08 4:01
gReaen3-May-08 4:01 
AnswerRe: Question on flexgrid Pin
sunny_vc5-May-08 1:05
sunny_vc5-May-08 1:05 

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.