SoulBlade Posted March 2, 2008 Posted March 2, 2008 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!
monoceres Posted March 2, 2008 Posted March 2, 2008 It work as follows: $id = GUICtrlCreateGroup() GUICtrlDelete($id) Broken link? PM me and I'll send you the file!
SoulBlade Posted March 2, 2008 Author Posted March 2, 2008 It work as follows:$id = GUICtrlCreateGroup()GUICtrlDelete($id)A bug in my code wasn't letting GUICtrlDelete work properlly. Thanks for your suport!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now