Click here to Skip to main content
15,914,419 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Selecting class at runtime Pin
Code-o-mat22-Jan-09 2:18
Code-o-mat22-Jan-09 2:18 
GeneralRe: Selecting class at runtime Pin
enhzflep22-Jan-09 0:58
enhzflep22-Jan-09 0:58 
QuestionWindows defender is blocking application to run from startup in Vista Pin
NewVC++21-Jan-09 23:23
NewVC++21-Jan-09 23:23 
QuestionEvent Handler for dynamic created Rich Edit Controls Pin
SutterA21-Jan-09 22:48
SutterA21-Jan-09 22:48 
AnswerRe: Event Handler for dynamic created Rich Edit Controls Pin
Code-o-mat21-Jan-09 23:00
Code-o-mat21-Jan-09 23:00 
GeneralRe: Event Handler for dynamic created Rich Edit Controls Pin
SutterA21-Jan-09 23:13
SutterA21-Jan-09 23:13 
GeneralRe: Event Handler for dynamic created Rich Edit Controls Pin
SutterA21-Jan-09 23:26
SutterA21-Jan-09 23:26 
GeneralRe: Event Handler for dynamic created Rich Edit Controls Pin
Code-o-mat21-Jan-09 23:27
Code-o-mat21-Jan-09 23:27 
I don't know by heart what (if any) notification you get from a rich edit control when the user right-clicks smething, but if you give different IDs to your dynamically-created edit controls then this should pose no problem.

Ok, i did a little digging, here[^] it says that if you give your rich edit control the NM_MOUSEEVENTS notification flag then it will send you EN_MSGFILTER[^] notifications for mouse events. The wParam of this notification is the handle to the control so you can use this to find out which control sending the event. Does this help?

> The problem with computers is that they do what you tell them to do and not what you want them to do. <
> Life: great graphics, but the gameplay sux. <

GeneralRe: Event Handler for dynamic created Rich Edit Controls Pin
SutterA21-Jan-09 23:33
SutterA21-Jan-09 23:33 
GeneralRe: Event Handler for dynamic created Rich Edit Controls Pin
Code-o-mat21-Jan-09 23:45
Code-o-mat21-Jan-09 23:45 
AnswerRe: Event Handler for dynamic created Rich Edit Controls Pin
SutterA22-Jan-09 19:52
SutterA22-Jan-09 19:52 
Questionmsxml::ixmldomdocument save method fails Pin
VC++Maniac21-Jan-09 21:39
VC++Maniac21-Jan-09 21:39 
AnswerRe: msxml::ixmldomdocument save method fails Pin
KarstenK21-Jan-09 21:42
mveKarstenK21-Jan-09 21:42 
QuestionRe: msxml::ixmldomdocument save method fails Pin
CPallini21-Jan-09 21:50
mveCPallini21-Jan-09 21:50 
AnswerRe: msxml::ixmldomdocument save method fails Pin
VC++Maniac22-Jan-09 2:22
VC++Maniac22-Jan-09 2:22 
Questionwhich forum + mfc + digital telepphone Pin
hrishiS21-Jan-09 21:37
hrishiS21-Jan-09 21:37 
AnswerRe: which forum + mfc + digital telepphone Pin
KarstenK21-Jan-09 21:45
mveKarstenK21-Jan-09 21:45 
QuestionGetProcAddress and COM? Pin
TungstenX21-Jan-09 21:37
TungstenX21-Jan-09 21:37 
AnswerRe: GetProcAddress and COM? Pin
KarstenK21-Jan-09 21:40
mveKarstenK21-Jan-09 21:40 
GeneralRe: GetProcAddress and COM? Pin
TungstenX21-Jan-09 22:14
TungstenX21-Jan-09 22:14 
GeneralRe: GetProcAddress and COM? Pin
KarstenK21-Jan-09 22:30
mveKarstenK21-Jan-09 22:30 
GeneralRe: GetProcAddress and COM? Pin
TungstenX21-Jan-09 22:38
TungstenX21-Jan-09 22:38 
GeneralRe: GetProcAddress and COM? Pin
KarstenK21-Jan-09 22:57
mveKarstenK21-Jan-09 22:57 
GeneralRe: GetProcAddress and COM? Pin
TungstenX21-Jan-09 23:12
TungstenX21-Jan-09 23:12 
QuestionRe: GetProcAddress and COM? Pin
TungstenX21-Jan-09 22:45
TungstenX21-Jan-09 22:45 

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.