Click here to Skip to main content
15,895,656 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
SuggestionRe: 'System' : is not a class or namespace name Pin
enhzflep23-May-13 11:17
enhzflep23-May-13 11:17 
GeneralRe: 'System' : is not a class or namespace name Pin
Richard MacCutchan21-May-13 20:45
mveRichard MacCutchan21-May-13 20:45 
GeneralRe: 'System' : is not a class or namespace name Pin
Sikwate22-May-13 2:34
Sikwate22-May-13 2:34 
QuestionDisabling cut,copy,paste,rename and delete operation Pin
sarfaraznawaz20-May-13 21:42
sarfaraznawaz20-May-13 21:42 
AnswerRe: Disabling cut,copy,paste,rename and delete operation Pin
Richard MacCutchan20-May-13 22:51
mveRichard MacCutchan20-May-13 22:51 
GeneralRe: Disabling cut,copy,paste,rename and delete operation Pin
sarfaraznawaz20-May-13 23:21
sarfaraznawaz20-May-13 23:21 
GeneralRe: Disabling cut,copy,paste,rename and delete operation Pin
Richard MacCutchan21-May-13 2:37
mveRichard MacCutchan21-May-13 2:37 
GeneralRe: Disabling cut,copy,paste,rename and delete operation Pin
a_matseevsky21-May-13 3:22
a_matseevsky21-May-13 3:22 
It is not clear, hat do you want. Do you want to change behavior of all programs, running under Windows? It is rather problematic (and what would be the reason for it?). But, if you write you own code, you may change behavior of edit control for example- all of what you need is to replace its own WindowProc by your own one, which gulps some messages and calls old WindowProc for all others. It is a way to get a non-editable edit window. Use GetWindowLong() to get address of old WindowProc and SetWindowLong() to replace it with your own one.
GeneralRe: Disabling cut,copy,paste,rename and delete operation Pin
Richard MacCutchan21-May-13 3:34
mveRichard MacCutchan21-May-13 3:34 
AnswerRe: Disabling cut,copy,paste,rename and delete operation Pin
Maximilien21-May-13 3:06
Maximilien21-May-13 3:06 
QuestionRe: Disabling cut,copy,paste,rename and delete operation Pin
David Crow21-May-13 4:38
David Crow21-May-13 4:38 
Questionmulti platform applications Pin
vr99999999920-May-13 21:23
vr99999999920-May-13 21:23 
AnswerRe: multi platform applications Pin
Richard MacCutchan20-May-13 22:51
mveRichard MacCutchan20-May-13 22:51 
AnswerRe: multi platform applications Pin
Maximilien21-May-13 4:23
Maximilien21-May-13 4:23 
GeneralRe: multi platform applications Pin
vr99999999921-May-13 23:58
vr99999999921-May-13 23:58 
QuestionHandle enter key in Edit control MFC Pin
Member 1003641420-May-13 21:18
Member 1003641420-May-13 21:18 
AnswerRe: Handle enter key in Edit control MFC Pin
Richard MacCutchan20-May-13 22:48
mveRichard MacCutchan20-May-13 22:48 
AnswerRe: Handle enter key in Edit control MFC Pin
Jochen Arndt21-May-13 2:18
professionalJochen Arndt21-May-13 2:18 
AnswerRe: Handle enter key in Edit control MFC Pin
thanh_bkhn21-May-13 16:52
professionalthanh_bkhn21-May-13 16:52 
Questionhow to hook WM_CLOSE message on all process Pin
Member 1006652320-May-13 20:34
Member 1006652320-May-13 20:34 
AnswerRe: how to hook WM_CLOSE message on all process Pin
Richard MacCutchan20-May-13 22:39
mveRichard MacCutchan20-May-13 22:39 
GeneralRe: how to hook WM_CLOSE message on all process Pin
Member 1006652321-May-13 0:29
Member 1006652321-May-13 0:29 
GeneralRe: how to hook WM_CLOSE message on all process Pin
Jochen Arndt21-May-13 2:23
professionalJochen Arndt21-May-13 2:23 
GeneralRe: how to hook WM_CLOSE message on all process Pin
Richard MacCutchan21-May-13 2:49
mveRichard MacCutchan21-May-13 2:49 
AnswerRe: how to hook WM_CLOSE message on all process Pin
Erudite_Eric23-May-13 1:14
Erudite_Eric23-May-13 1:14 

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.