How to perform an action in my application whenever the user presses ctrl + v (I want to assign a new alue to the clipboard) or how to paste something into the active window when the user presses a global hotkey in my application?
When something is inserted, the control will receive a WM_PASTE message . Therefore, you can intercept this message.
( , ) , Copy/Paste - Ctrl-C Ctrl-V. ( ), ...
Source: https://habr.com/ru/post/1779860/More articles:Java vs C ++: performance in an application using web services - javaКак заменить URL-адреса в отображаемом HTML с помощью ASP.NET MVC ActionFilter - asp.net-mvcWhat is the canonical approach to data transfer in jQuery UI Dialogue? - javascriptExported function name symbol name - exportFlash-строитель (Flex) - скрыть элемент пользовательского интерфейса - flexRewriting MVC application style - javaMySQL, word search from one line to another line - sqlC ++ Reduce memory page size from 4096 bytes - c ++php The next smallest number in the array is phpC ++ new / new [] how to allocate memory? - c ++All Articles