Jump to content

Close Group


Recommended Posts

In my script I have the fallowing code

GuiCtrlCreateGroup("Title:", 230, 40)
$Mr = GuiCtrlCreateRadio("Mr.", 230, 60, 35)
$Mrs = GuiCtrlCreateRadio("Mrs.", 265, 60, 40)
$Ms = GuiCtrlCreateRadio("Ms.", 305, 60, 35)
$Dr = GuiCtrlCreateRadio("Dr.", 340, 60, 35)
GuiCtrlCreateGroup("",-99,-99,1,1)

But the group box doesn't go around the Radio buttons which makes me think that I didn't close the box (plus it doesn't look to nice on my GUI)

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