Hi, A parent window (wxFrame object), which has the reference to its child window(also wxFrame object). I want to send event or message to the child window from the parent window, just like simulating the mouse or keyboard activities on child window. How to implement it? Thanks in advance, J.R.