Click here to Skip to main content
15,897,273 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionProperty page add variable wizard confused Pin
al250027-Oct-09 5:50
al250027-Oct-09 5:50 
QuestionRe: Property page add variable wizard confused Pin
David Crow27-Oct-09 5:59
David Crow27-Oct-09 5:59 
AnswerRe: Property page add variable wizard confused Pin
al250027-Oct-09 7:21
al250027-Oct-09 7:21 
AnswerRe: Property page add variable wizard confused [modified] Pin
al250027-Oct-09 6:15
al250027-Oct-09 6:15 
GeneralRe: Property page add variable wizard confused Pin
David Crow27-Oct-09 7:27
David Crow27-Oct-09 7:27 
GeneralRe: Property page add variable wizard confused Pin
al250027-Oct-09 8:07
al250027-Oct-09 8:07 
GeneralRe: Property page add variable wizard confused Pin
krmed27-Oct-09 9:09
krmed27-Oct-09 9:09 
QuestionHow do I Support the Copying of Data from an Output Window to the Clip Board? Pin
BobInNJ27-Oct-09 5:43
BobInNJ27-Oct-09 5:43 
I am currently developing an application using C++ and MFC. After gathering user data, it runs for a bit and produces its output in a separate window. I created this output window by deriving from the class CframeWnd and then defining CoutputWindow::OnCreate. I would consider this to be fairly standard.

It works and the output displayed is correct but I would the user to be able to highlight part or the entire window using his/her mouse and then type control-C to copy the highlighted text to the clip board. That part does not work. Is there an easy way for me to make this work? Did I make the wrong decision when I derived from CframeWnd? By any chance, is there a standard class in MFC that supports this feature with little or no additional work by the programmer?

Bob
AnswerRe: How do I Support the Copying of Data from an Output Window to the Clip Board? Pin
Iain Clarke, Warrior Programmer27-Oct-09 6:34
Iain Clarke, Warrior Programmer27-Oct-09 6:34 
GeneralRe: How do I Support the Copying of Data from an Output Window to the Clip Board? Pin
BobInNJ27-Oct-09 7:49
BobInNJ27-Oct-09 7:49 
QuestionRe: How do I Support the Copying of Data from an Output Window to the Clip Board? Pin
David Crow27-Oct-09 7:53
David Crow27-Oct-09 7:53 
AnswerRe: How do I Support the Copying of Data from an Output Window to the Clip Board? Pin
BobInNJ27-Oct-09 8:00
BobInNJ27-Oct-09 8:00 
GeneralRe: How do I Support the Copying of Data from an Output Window to the Clip Board? Pin
David Crow27-Oct-09 8:06
David Crow27-Oct-09 8:06 
GeneralRe: How do I Support the Copying of Data from an Output Window to the Clip Board? Pin
BobInNJ27-Oct-09 8:12
BobInNJ27-Oct-09 8:12 
QuestionRe: How do I Support the Copying of Data from an Output Window to the Clip Board? Pin
David Crow27-Oct-09 8:13
David Crow27-Oct-09 8:13 
AnswerRe: How do I Support the Copying of Data from an Output Window to the Clip Board? Pin
BobInNJ27-Oct-09 8:26
BobInNJ27-Oct-09 8:26 
GeneralRe: How do I Support the Copying of Data from an Output Window to the Clip Board? Pin
Iain Clarke, Warrior Programmer27-Oct-09 8:44
Iain Clarke, Warrior Programmer27-Oct-09 8:44 
GeneralRe: How do I Support the Copying of Data from an Output Window to the Clip Board? Pin
BobInNJ27-Oct-09 13:39
BobInNJ27-Oct-09 13:39 
AnswerRe: How do I Support the Copying of Data from an Output Window to the Clip Board? Pin
Richard MacCutchan27-Oct-09 6:37
mveRichard MacCutchan27-Oct-09 6:37 
GeneralRe: How do I Support the Copying of Data from an Output Window to the Clip Board? Pin
BobInNJ27-Oct-09 8:20
BobInNJ27-Oct-09 8:20 
GeneralRe: How do I Support the Copying of Data from an Output Window to the Clip Board? Pin
David Crow27-Oct-09 8:44
David Crow27-Oct-09 8:44 
GeneralRe: How do I Support the Copying of Data from an Output Window to the Clip Board? Pin
BobInNJ27-Oct-09 13:36
BobInNJ27-Oct-09 13:36 
Questiondoe the cursor stay in the readonly cell Pin
prithaa27-Oct-09 3:31
prithaa27-Oct-09 3:31 
QuestionRe: doe the cursor stay in the readonly cell Pin
David Crow27-Oct-09 3:36
David Crow27-Oct-09 3:36 
AnswerRe: doe the cursor stay in the readonly cell Pin
prithaa27-Oct-09 3:39
prithaa27-Oct-09 3:39 

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.