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

C / C++ / MFC

 
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 
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 
Iain,

Thanks for the response. I added the flag ES_READONLY to the create call of the window. However, it did not have any effect. Here is what the code now looks like:

Create( NULL, TEXT("CtlDemo2"),<br />
		WS_OVERLAPPEDWINDOW|ES_READONLY, rectDefault,<br />
		NULL, MAKEINTRESOURCE( IDR_MAINFRAME ) );<br />


Is that what you meant? Is there something else I should do to make it work?

Thanks

Bob
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 
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 

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.