hi,
i know Fivewin use OF Window ti assin Control
now i have this
how to set "Parent" oWnd to CLASS TExplorer()
if want to TABPAGE so i have to assign every Instance of TExplorer() to "Parent" TABPAGE
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 to assign every Instance of TExplorer() to "Parent" TABPAGE
greeting,
Jimmy
Jimmy