On action in the TreeCtrl I need to refresh some other parts of the gui. But they are childs of the main window and Refresh..() has no effect on that parts. *parent is private so I cannot call a function from the parent window. Any tip to solve this? Or does I have to give the child a reference to the parent manually ..