Board index » cppbuilder » MDIChild from DLL doesn't get painted...
Rony Cesan
![]() CBuilder Developer |
Mon, 02 Jun 2003 23:51:13 GMT
MDIChild from DLL doesn't get painted...
hello everybody,
I have an application that get, through a function in a DLL, an instance of a class, be it TDClass; It then calls TDClass::ShowChildForm that goes something like this: TForm *TDClass::ShowChildForm(TForm *owner) { _myForm->Visible = true; Quote} does not receive any WM_PAINT message... until I resize it... what is wrong? Might the main form not update MDIChildren before redrawing itself? TIA, -- Progetto Torre di Pisa, |