hi,
i know Fivewin use OF Window ti assin Control
now i have this
DEFINE WINDOW oWnd FROM nTop, nLeft TO nHeight, nWidth PIXEL oExplorer := TExplorer():New( nTop, nLeft, nWidth - 20, nHeight -20, cPath )
how to set "Parent" oWnd to CLASS TExplorer()
if want to TABPAGE so i have ...