Jump to content

Checkbox question


MirnesC2
 Share

Recommended Posts

I cant seem to figure out how to remove the text from a checkbox. I just want the checkbox with out the right side text or text effects.

I tried...

GuiCtrlCreateCheckbox("", 130, 335,20,20)
GuiCtrlSetState(-1, $GUI_CHECKED)

Still have little area...

Posted Image

Also tried removing size elements completely...

GuiCtrlCreateCheckbox("", 130, 335)
GuiCtrlSetState(-1, $GUI_CHECKED)

Result...

Posted Image

Also on a side question, so I don't go spamming the board with multiple questions :) Anyone have that compiler that protects your code, creates an icon, etc? I think it was called an obfuscater or something? Sorry it's been awhile for me =[

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