I just want a label to show a loading message before executing a bunch of code. I wrote this:


private void LoadQueue()
{
displayRangeAuditLabel.Visible = false;
...