Is there a way to get the position of a window spawned by another running application?
Let’s say for instance, i want my application to retrieve the coordinates from the window of StyledEdit.
Using BRoster, I can get a pointer to the team wich runs StyledEdit. Is there a way I could use this pointer to access the BApplication.CountWindows() and BWindow.Bounds()/Frame()?
I thinks this should be possible, since the appserver knows all about the positions of the windows it displays. I have searched the Bebook and Internet, but I could use some help…