I have a program that creates a Wintegrate pop-up window. Within this window, among other things, I place a picture in a specific location. Currently, the x/y coordinates used to place the picture are based solely on the window it’s self.
Problem: the picture seems to move around if I resize and/or move the window. Or worse, if I move the program to a different computer.
The solution that I am looking for, is a way to determine exactly what are the x/y coordinates of the upper/left corner of the window as compared to the full monitor screen. This would allow me to calculate exactly where I want to place the picture, within the window, no matter the size or location of said window on the monitor.

