kjactive 1 Posted May 1, 2005 (edited) I did this action before but now this little script troubles me and I just can't get it working - can anyone tell me what's wrong, I just can't see the spot... #include <GUIConstants.au3> $Main = GUICreate("Main",600,400,-1,-1,$WS_OVERLAPPEDWINDOW) GUISetState() $Child = GUICreate("Child",300,200,20,60,BitOR($WS_CHILD,$DS_SETFOREGROUND),"",$Main) GUICtrlCreateButton ('Test Control', 3,100, 90,18) GUISetState() While 1 $msg = GUIGetMsg() Select Case $msg = -3 ExitLoop EndSelect WEnd Why no visual docking child window in this script please... Kj Edited May 1, 2005 by kjactive Au3PP 4.1 - Autoit3 preprocessor, optimize speed, performance to scripts and do executes....[/url]Au3Calibur - Create libraries of commonly used code excerptsWords manipulate UDF, functions that is lent from the rexx language, topics and index file includedCustomDialog UDF to include custom made dialogs like a extended colorpick requester to scripts...[url="ftp://fritidshjemmet.com/Autoit3/SysColor.zip"]SysColor UDF a low level color library to manipulate RGB and Hex values...Shell32 UDF to Automate Windows® operating tasks from native dialog and Wizards browsers... Optimized the CodeWicard with options to generate browser code etc... Share this post Link to post Share on other sites