Hello,
Using the code below will design a bitmap image on the window:owndclient. However if we resize the window all mdichilds can't be seen anymore they are hidden by the bitmap.
How can I make it work ?
ACTIVATE WINDOW oWnd MAXIMIZED VALID ;
ON PAINT (drawbitmap( oWnd:owndclient:hdc, obmp:hbitmap, 0, 0,;
oWnd:owndclient:nWidth(), oWnd:owndclient:nHeight()));
ON DROPFILES DropArquiva(aFiles) ;
ON RESIZE GetWndFrame():arrangeicons()
Antonio