I read from the winapi help file that ctrl+c, if I understand it
correctly, is treated as a signal and not as keyboard input. I
have a paste button on a toolbar that is disabled if the clipboard
does not contain any text. What api call do I need to use to
see if the ctrl+c signal has been generated so I then can enable the paste button
as a result of it.
Regards,
Adam
------------------
correctly, is treated as a signal and not as keyboard input. I
have a paste button on a toolbar that is disabled if the clipboard
does not contain any text. What api call do I need to use to
see if the ctrl+c signal has been generated so I then can enable the paste button
as a result of it.
Regards,
Adam
------------------
Comment