Jump to content

Recommended Posts

Posted

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)

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
×
×
  • Create New...