Click here to Skip to main content
15,895,084 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionDebugging Multiple Threaded App - Throwing Unhandled Exeception Pin
CodeMacDaddy20-Aug-09 4:44
CodeMacDaddy20-Aug-09 4:44 
AnswerRe: Debugging Multiple Threaded App - Throwing Unhandled Exeception Pin
Roger Stoltz20-Aug-09 6:01
Roger Stoltz20-Aug-09 6:01 
GeneralRe: Debugging Multiple Threaded App - Throwing Unhandled Exeception Pin
CodeMacDaddy20-Aug-09 8:14
CodeMacDaddy20-Aug-09 8:14 
AnswerRe: Debugging Multiple Threaded App - Throwing Unhandled Exeception Pin
Roger Stoltz20-Aug-09 22:19
Roger Stoltz20-Aug-09 22:19 
GeneralRe: Debugging Multiple Threaded App - Throwing Unhandled Exeception Pin
CodeMacDaddy21-Aug-09 8:30
CodeMacDaddy21-Aug-09 8:30 
AnswerRe: Debugging Multiple Threaded App - Throwing Unhandled Exeception Pin
KarstenK20-Aug-09 21:38
mveKarstenK20-Aug-09 21:38 
GeneralRe: Debugging Multiple Threaded App - Throwing Unhandled Exeception Pin
CodeMacDaddy21-Aug-09 8:31
CodeMacDaddy21-Aug-09 8:31 
QuestionOpening new document type in existing frame window Pin
Member 268155320-Aug-09 3:46
Member 268155320-Aug-09 3:46 
Hi,

I have a MDI app with multiple document templates added in it. So there is a hierarchy of document, view and framewindow classes such that a view, document and framewnd classes are associated through a templates.

Now, there are date-wise files for each document type, i.e for a particular date, there are as many files as there are doc types. Opening a document opens it in a child window

What I want to implement is to add a drop down list to the child window which will list the other document types for that date. Selecting a different doc type from drop down should
1. Close the existing document open in the child window
2. Open the new doc of selected type for current date in the existing child window and NOT in a new child window.

I want to know if this is possible and how to go about it. I am getting confused because I am not able to figure out how this will work because I am trying to retain the old child window, which is of a particular framewnd class and open a totally new document type in this window, with which it is not associated through any doc template.
Hope I have explained my problem. Any inputs will be highly appreciated.
Thanks in advance.
Abhi
Questioncommunicate between 2 different applications using CORBA Pin
sola7720-Aug-09 1:44
sola7720-Aug-09 1:44 
AnswerRe: communicate between 2 different applications using CORBA Pin
Adam Roderick J20-Aug-09 1:48
Adam Roderick J20-Aug-09 1:48 
GeneralRe: communicate between 2 different applications using CORBA Pin
sola7720-Aug-09 1:54
sola7720-Aug-09 1:54 
GeneralRe: communicate between 2 different applications using CORBA [modified] Pin
Adam Roderick J20-Aug-09 2:39
Adam Roderick J20-Aug-09 2:39 
AnswerRe: communicate between 2 different applications using CORBA Pin
Cedric Moonen20-Aug-09 2:00
Cedric Moonen20-Aug-09 2:00 
GeneralRe: communicate between 2 different applications using CORBA Pin
sola7720-Aug-09 2:10
sola7720-Aug-09 2:10 
GeneralRe: communicate between 2 different applications using CORBA Pin
Cedric Moonen20-Aug-09 2:15
Cedric Moonen20-Aug-09 2:15 
GeneralRe: communicate between 2 different applications using CORBA Pin
sola7720-Aug-09 2:21
sola7720-Aug-09 2:21 
GeneralRe: communicate between 2 different applications using CORBA Pin
Cedric Moonen20-Aug-09 2:26
Cedric Moonen20-Aug-09 2:26 
GeneralRe: communicate between 2 different applications using CORBA Pin
sola7720-Aug-09 2:33
sola7720-Aug-09 2:33 
GeneralRe: communicate between 2 different applications using CORBA Pin
Garth J Lancaster20-Aug-09 12:12
professionalGarth J Lancaster20-Aug-09 12:12 
AnswerRe: communicate between 2 different applications using CORBA Pin
Nemanja Trifunovic20-Aug-09 4:50
Nemanja Trifunovic20-Aug-09 4:50 
AnswerRe: communicate between 2 different applications using CORBA Pin
Joe Woodbury20-Aug-09 6:05
professionalJoe Woodbury20-Aug-09 6:05 
JokeRe: communicate between 2 different applications using CORBA - Sounds risky to me... Pin
Iain Clarke, Warrior Programmer21-Aug-09 2:46
Iain Clarke, Warrior Programmer21-Aug-09 2:46 
QuestionAfter TerminateThread function is called no lines after that is being called. Pin
Le@rner19-Aug-09 23:28
Le@rner19-Aug-09 23:28 
AnswerRe: After TerminateThread function is called no lines after that is being called. Pin
Cedric Moonen19-Aug-09 23:31
Cedric Moonen19-Aug-09 23:31 
AnswerRe: After TerminateThread function is called no lines after that is being called. Pin
CPallini19-Aug-09 23:38
mveCPallini19-Aug-09 23:38 

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.