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

C / C++ / MFC

 
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 
David's right - you didn;t read my suggestion fully.

I could spell things out a bit more though.

I assume you need a frame to get the floating-ness, or dockaability. Or look at (eg) CControlBar, or CDialogBar.

Rather than just a Frame window, create a child window inside that frame. That child window should be an EDIT window, or a CEdit. ES_READONLY would be applicable then.

I hope that is clearer.

You can;t just use things blindly. If you don't know about ES_READONLY, then you should have looked it up on MSDN. There, it will tell you that it is an edit style. It's at best meaningless when used with another window. At worst, it could do something bad.

I hope that helps?

Iain.

I have now moved to Sweden for love (awwww).
If you're in Scandinavia and want an MVP on the payroll (or happy with a remote worker), or need contract work done, give me a job! http://cv.imcsoft.co.uk/[^]

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 
QuestionCan we append Recordsetptr with another Recordset Pin
pandit8427-Oct-09 2:53
pandit8427-Oct-09 2:53 
AnswerRe: Can we append Recordsetptr with another Recordset Pin
David Crow27-Oct-09 3:15
David Crow27-Oct-09 3:15 
GeneralRe: Can we append Recordsetptr with another Recordset Pin
pandit8427-Oct-09 4:54
pandit8427-Oct-09 4:54 
QuestionProblem with icon style CListCtrl on Vista, but not on XP Pin
Sternocera27-Oct-09 2:51
Sternocera27-Oct-09 2:51 
AnswerRe: Problem with icon style CListCtrl on Vista, but not on XP Pin
Sternocera27-Oct-09 3:10
Sternocera27-Oct-09 3:10 
QuestionRe: Problem with icon style CListCtrl on Vista, but not on XP Pin
Randor 27-Oct-09 3:27
professional Randor 27-Oct-09 3:27 
AnswerRe: Problem with icon style CListCtrl on Vista, but not on XP Pin
Sternocera27-Oct-09 3:29
Sternocera27-Oct-09 3:29 
QuestionRe: Problem with icon style CListCtrl on Vista, but not on XP Pin
David Crow27-Oct-09 3:34
David Crow27-Oct-09 3:34 
AnswerRe: Problem with icon style CListCtrl on Vista, but not on XP Pin
Sternocera27-Oct-09 3:37
Sternocera27-Oct-09 3:37 

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.