View Single Post
05/31/21, 03:49 AM   #1
siruker
Join Date: May 2021
Posts: 4
destroying Controls

you can create control with

Code:
CreateControl("ControlName", CT_LABEL )
how would one go about destroying it.
I have seen examples that merely hide the control but I want to destroy it completely.
Currently I have an issue where making too many controls will start screwing with fps. So the controls are not getting removed.
  Reply With Quote