Hi All...
I have been out of programming for a few years now. However I find myself needing to add some functionality to an application I am running on a touch screen PC running XP. The application in question displays selected images for printing. Having selected a number of images using this app, you can then preview them using a next and back button. the problem is that the user can not remove an image from the selection without exiting the preview mode. Then of course, having removed an image from the selection list, the preview must start again at the beginning.
What I want to do is write a little app that will stay on top and provide a button that will remove the image from the other apps selection list.

My question is would the best way to achieve this be to use hooks and to put appropriate messages in the other apps message Q, or am I completely barking up the wrong tree.
Many thanks all


Phill