I would like to embed two Windows File Explorers side by side. Can this be done? I used the example for IE Explorer, but I can't control the detail view. #include <GUIConstants.au3> $oWinExplorer = ObjCreate("Shell.Explorer") ; Create a simple GUI for our output GUICreate ( "Embedded Windows Explorer Test", 640, 580,(@DesktopWidth-640)/2, (@DesktopHeight-580)/2, BitOr($WS_OVERLAPPEDWINDOW, $WS_CLIPSIBLINGS, $WS_CLIPCHILDREN)) $GUIActiveX = GUICtrlCreateObj ( $oWinExplorer, 10, 4