Quantcast
Channel: CodeGuru Forums - C++ and WinAPI
Viewing all articles
Browse latest Browse all 583

How can I bend WndProc of a control?

$
0
0
Hi,

the background of my current problem is that I get the standard popupmenu when working with the grid-control from devexpress. If the inline editor is active my own popup-menu is ignored and instead I get the standard popup menu of windows (copy, paste, etc.)!

I know the technic with overwritting the WndProc(Messages::TMessage &Message) to catch the WM_-messages before they are executed to do my own stuff, but unfortunatelly I see no way to do this with this grid.


I have already put a ticket to devexpress, but waiting is not one of my virtues...so hearing from you is a pleasure for me! ^^
sincerly
Necip

Viewing all articles
Browse latest Browse all 583

Trending Articles