Hi, I have a utility that is opened from the context menu. You right-click an item in Windows Explorer and hit the "utility" button in the context menu to open the app.
This brings up a little 'window' that's styled to be similar to a right click menu. Currently, it's really jarring to have that new menu open in a completely different place than the already-open right-click context menu.
What I want to do is open the new menu in exactly the same place as the old right-click menu. I can do a fancy transition or something to have it "open" directly from the window. Get it?
Anyway, the problem is: how do I get the position/dimensions of the currently open right-click menu?
Thanks!