Ok so I decided my application would have a floating toolbar, like Adobe's Photoshop and so on... Then I made this floating menu with wxMiniFrame. What happens is that it's behavior is just like another frame's, when you select the "canvas" window or whatever(It's a MDI app), my floating toolbar(the miniframe window) goes inactive.
Is there a way to make it "always active" like photoshop's?
Another question would be, when I click a button in my miniframe, how does my program know in which of the MDIchild windows should it perform the operation? Is there a "GetLastActiveChild" funcion or something similar?