Jump to content

Recommended Posts

Posted

Hi!

Altought is not the main purpose of this command, i'm using GUICtrlCreateGroup to draw rectangules in my GUI.

I need to delete a created a GUICtrlCreateGroup after some time but GUICtrlDelete seems to not work.

Any ideias or alternatives?

Thanks! :)

Posted

It work as follows:

$id = GUICtrlCreateGroup()

GUICtrlDelete($id)

A bug in my code wasn't letting GUICtrlDelete work properlly. :)

Thanks for your suport!

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