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? ...
How do I intercept a paste event in an editbox, possibly before the value is transferred to the object? ...
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...