I have been looking to find a way to spawn a WPF window in a location specific to its owner. I want the window to spawn on the top left corner of the owner. Is it possible? If so then how can this be achieved?
Just to clarify the scenario, i am developing a tool in WPF which is executed using a c++ dll (using ShellExecuteA)
Thanks.