when resize TFolder() / TFolderEx() i need to resize ::Dialogs too
- Code: Select all Expand view
- FOR ii := 1 TO LEN( oTab:aDialogs )
oTab:aDialogs[ ii ]:SetSize( ??? , ??? )
NEXT
but how to get ::Dialogs new Size
FOR ii := 1 TO LEN( oTab:aDialogs )
oTab:aDialogs[ ii ]:SetSize( ??? , ??? )
NEXT
DEFINE DIALOG oDlg OF Self STYLE WS_CHILD ;
FROM 0, 0 TO oThis:nHeight - oThis:nFdHeight - 5, oThis:nWidth - 6 PIXEL
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 82 guests