edit-control

How do I intercept a paste event in an editbox?

How do I intercept a paste event in an editbox, possibly before the value is transferred to the object? ...

Strange behaviour of edit control background color when using WinXp common controls

Hi! I am having a strange problem ( well, at least i find it strange =) ). I am writing my own GUI library, which is a wrapper around windows api (and yes, i am aware of WTL and frameworks like MFC =) ). At the current stage i have incapsulated common controls in such manner: for example, Edit class consists of a simple window and an sta...