Click here to Skip to main content
15,922,407 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Record AVI with sound Pin
normanS16-May-06 0:22
normanS16-May-06 0:22 
GeneralRe: Record AVI with sound Pin
huutribk200116-May-06 16:51
huutribk200116-May-06 16:51 
GeneralRe: Record AVI with sound Pin
normanS16-May-06 19:23
normanS16-May-06 19:23 
QuestionHelp mapping & updating xml files data to tables of MS Access database through vc++ Pin
nrj2315-May-06 17:37
nrj2315-May-06 17:37 
AnswerRe: Help mapping & updating xml files data to tables of MS Access database through vc++ Pin
_AnsHUMAN_ 15-May-06 17:46
_AnsHUMAN_ 15-May-06 17:46 
GeneralRe: Help mapping & updating xml files data to tables of MS Access database through vc++ Pin
nrj2315-May-06 18:32
nrj2315-May-06 18:32 
GeneralRe: Help mapping & updating xml files data to tables of MS Access database through vc++ Pin
nrj2316-May-06 20:25
nrj2316-May-06 20:25 
GeneralRe: Help mapping & updating xml files data to tables of MS Access database through vc++ Pin
_AnsHUMAN_ 16-May-06 20:36
_AnsHUMAN_ 16-May-06 20:36 
GeneralRe: Help mapping & updating xml files data to tables of MS Access database through vc++ Pin
nrj2316-May-06 21:00
nrj2316-May-06 21:00 
GeneralRe: Help mapping & updating xml files data to tables of MS Access database through vc++ Pin
_AnsHUMAN_ 16-May-06 21:06
_AnsHUMAN_ 16-May-06 21:06 
AnswerRe: Help mapping & updating xml files data to tables of MS Access database through vc++ Pin
nrj2315-May-06 20:43
nrj2315-May-06 20:43 
Questionhow to create a transparent Edit control on a CWnd object, while not a CDialog object? Pin
samfromcn15-May-06 15:55
samfromcn15-May-06 15:55 
AnswerRe: how to create a transparent Edit control on a CWnd object, while not a CDialog object? Pin
NiceNaidu15-May-06 18:41
NiceNaidu15-May-06 18:41 
GeneralRe: how to create a transparent Edit control on a CWnd object, while not a CDialog object? Pin
samfromcn16-May-06 16:25
samfromcn16-May-06 16:25 
QuestionCreate a Window on the Desktop (that replaces the background image, behind the icons) Pin
ghudo15-May-06 15:53
ghudo15-May-06 15:53 
QuestionHTML Help Pin
tigre21515-May-06 14:46
tigre21515-May-06 14:46 
AnswerRe: HTML Help Pin
led mike15-May-06 18:07
led mike15-May-06 18:07 
GeneralRe: HTML Help Pin
NiceNaidu15-May-06 18:46
NiceNaidu15-May-06 18:46 
QuestionHow to set an image to the tree sub item! Pin
M_Nuaimi15-May-06 13:22
M_Nuaimi15-May-06 13:22 
AnswerRe: How to set an image to the tree sub item! Pin
huutribk200115-May-06 20:38
huutribk200115-May-06 20:38 
AnswerRe: How to set an image to the tree sub item! Pin
ThatsAlok15-May-06 22:50
ThatsAlok15-May-06 22:50 
Questionusing C# dll Pin
pnpfriend15-May-06 11:25
pnpfriend15-May-06 11:25 
AnswerRe: using C# dll Pin
InOut.NET15-May-06 11:47
InOut.NET15-May-06 11:47 
QuestionNew Document in MDI application Pin
AllAtSea15-May-06 11:18
AllAtSea15-May-06 11:18 
I have written a 6502 assembler/diassembler but here is something that has me stumped. I want the disassembler routine to create a new document in which to place it's output. I use a public function in the App class to call OnFileNew(). The new document is created, but not activated, so the disassembler sends it's output to the document that was active when it was called. When the disassembler exits the new document IS active. In other words: I press the disassemble button, a new child window appears but the output from the disassembler goes into the window under it. When the disassembler exits and I type on the keyboard, the keystrokes go into the new child window, the one I wanted to display the output from the disassembler.
Could anyone out there show me a code fragment that creates a new document and makes it active please?

I program for fun.
AnswerRe: New Document in MDI application Pin
georgeraafat15-May-06 14:44
georgeraafat15-May-06 14:44 

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.