Jump to content

Gui Results


Recommended Posts

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

Link to comment
Share on other sites

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.9

Sometimes difficult to find. Thanks for your testing/findings bugs.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...