condoman 4 Posted March 19, 2004 I have the script below and thought button 9 would have focus so pressing enter would yield a 9. It gives a 1 while escape gives a 2. The control does not seem to have focus. Also, it looks like a popup, but pops under. Thanks for the fantastic work. GUICreate("Extra Sessions",490,100,300,200,0x80000000) GUICreateEx ("",12615808) GUISetControl("button","B1",10,25,50,25) GUISetControl("button","B2",70,25,50,25) GUISetControl("button","B3",130,25,50,25) GUISetControl("button","B4",190,25,50,25) GUISetControl("button","B5",250,25,50,25) GUISetControl("button","B6",310,25,50,25) GUISetControl("button","B7",370,25,50,25) GUISetControl("button","B8",430,25,50,25) GUISetControl("button","B9",230,65,30,25) GUISetControlEx(-1,256) GUIWaitClose() MsgBox("","",GuiRead()) ; eof Share this post Link to post Share on other sites
condoman 4 Posted March 19, 2004 Ah. I was looging for the little dots around the control. Thanks Share this post Link to post Share on other sites
condoman 4 Posted March 19, 2004 looging? Must be time to go home. Share this post Link to post Share on other sites
jpm 91 Posted March 20, 2004 looging? Must be time to go home.I get the solution to your return control problem. I need to add 2 lines of code to 101.8 ->101.9Sometimes difficult to find. Thanks for your testing/findings bugs. Share this post Link to post Share on other sites