I need to host my window upon a window of another application. How to enumerate windows of another Cocoa application? Is it possible to control them? If no: how can I draw
Checkout CGWindow.h
CGWindowListCreateDescriptionFromArray() is probably what you're looking for.