I have a window which I only use to display an image on screen (something like a splash screen) and I want to make it draggable and when it's clicked to get the coordinates where it was clicked.
It's probably simple, but I didn't do this before and couldn't find the answer googling. I believe I would get the message in WindowProc calback function, but not sure how to handle it?