Is there a way to programmatically delete a control in LabWindows? I do not want to just hide it. Seems odd you can easily add a control using the NewCtrl panel function but can't delete one. This panel need to be built dynamically and changes often. My approach now is to discard the panel, reload and rebuild each time the panel changes but there are some limitations to this (handle to the panel keeps changing to name one). Any help would be appreciated.
Brian