I think that the word "Service" is not the appropriate one, I use a systray for my application. I'm developing a small application like "SuperCopier" which intercept the paste, CTRL+X notification in order to create a progress bar for copying data with many functionality like (Stop/Resume).
You could associate the service with a window station and desktop, then create a message only window to capture the clipboard events, but it may not be such a grand idea. Or rather, it would no longer be much of a service.
I want to tell you that my application is a service that intercept system messages like doing a paste or a CTRL+X what I want to tell you is that I do not have a window or any other GUI, however The SetClipboardViewer requires a HWND. How can I get this handle
Intercept the PASTE message
J A Y
Rajesh batchu
I think that the word "Service" is not the appropriate one, I use a systray for my application. I'm developing a small application like "SuperCopier" which intercept the paste, CTRL+X notification in order to create a progress bar for copying data with many functionality like (Stop/Resume).
Tom25
abhayKochar
Özge Çolak
I want to tell you that my application is a service that intercept system messages like doing a paste or a CTRL+X
what I want to tell you is that I do not have a window or any other GUI, however The SetClipboardViewer requires a HWND. How can I get this handle
mix600