Click here to Skip to main content
15,907,326 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to access childframe data into childview Pin
sourabh27231810-Feb-06 2:23
sourabh27231810-Feb-06 2:23 
AnswerRe: how to access childframe data into childview Pin
David Crow10-Feb-06 2:38
David Crow10-Feb-06 2:38 
QuestionCrystal Report and ADO question ... Pin
Hadi Rezaee10-Feb-06 1:39
Hadi Rezaee10-Feb-06 1:39 
AnswerRe: Crystal Report and ADO question ... Pin
Hadi Rezaee10-Feb-06 6:09
Hadi Rezaee10-Feb-06 6:09 
QuestionWhen edit control is added to a dialog, application is crashing Pin
BiswaR10-Feb-06 1:21
BiswaR10-Feb-06 1:21 
AnswerRe: When edit control is added to a dialog, application is crashing Pin
toxcct10-Feb-06 1:38
toxcct10-Feb-06 1:38 
GeneralRe: When edit control is added to a dialog, application is crashing Pin
BiswaR10-Feb-06 2:42
BiswaR10-Feb-06 2:42 
GeneralRe: When edit control is added to a dialog, application is crashing Pin
_anil_10-Feb-06 4:26
_anil_10-Feb-06 4:26 
QuestionRe: When edit control is added to a dialog, application is crashing Pin
David Crow10-Feb-06 2:42
David Crow10-Feb-06 2:42 
AnswerRe: When edit control is added to a dialog, application is crashing Pin
BiswaR10-Feb-06 2:44
BiswaR10-Feb-06 2:44 
QuestionRe: When edit control is added to a dialog, application is crashing Pin
David Crow10-Feb-06 3:17
David Crow10-Feb-06 3:17 
QuestionHow to open notepad.exe Pin
hanno2510-Feb-06 0:57
hanno2510-Feb-06 0:57 
AnswerRe: How to open notepad.exe Pin
Cedric Moonen10-Feb-06 1:11
Cedric Moonen10-Feb-06 1:11 
GeneralRe: How to open notepad.exe Pin
hanno2510-Feb-06 2:19
hanno2510-Feb-06 2:19 
GeneralRe: How to open notepad.exe Pin
Cedric Moonen10-Feb-06 2:22
Cedric Moonen10-Feb-06 2:22 
GeneralRe: How to open notepad.exe Pin
hanno2510-Feb-06 2:32
hanno2510-Feb-06 2:32 
GeneralRe: How to open notepad.exe Pin
Cedric Moonen10-Feb-06 2:37
Cedric Moonen10-Feb-06 2:37 
GeneralRe: How to open notepad.exe Pin
David Crow10-Feb-06 2:44
David Crow10-Feb-06 2:44 
GeneralRe: How to open notepad.exe Pin
hanno2510-Feb-06 3:11
hanno2510-Feb-06 3:11 
GeneralRe: How to open notepad.exe Pin
Cedric Moonen10-Feb-06 3:31
Cedric Moonen10-Feb-06 3:31 
GeneralRe: How to open notepad.exe Pin
toxcct10-Feb-06 2:24
toxcct10-Feb-06 2:24 
AnswerRe: How to open notepad.exe Pin
bolivar12310-Feb-06 3:52
bolivar12310-Feb-06 3:52 
Another idea that comes to mind would be to use the Windows clipboard.

What you could do in your program is launch notepad.exe. Your app could place the text content on the clipboard and then send messages to the notepad window to paste the text into it's edit window.

For more info on how to use the Windows clipboard, look up the SetClipboardData function on MSDN and/or take a look at this CodeProject article[^]

It doesn't really make sense as to why you can't just write your data straight out to a text file from within your program.
QuestionWord automation while using ADO Pin
lparsonson10-Feb-06 0:49
lparsonson10-Feb-06 0:49 
QuestionCannot add variables to CDialog class Pin
Kiriko10-Feb-06 0:15
Kiriko10-Feb-06 0:15 
AnswerRe: Cannot add variables to CDialog class Pin
toxcct10-Feb-06 0:18
toxcct10-Feb-06 0:18 

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.