This Doesn't Work - It Doesn't Show the Message
Code:
StatusDlg.SetMessage("Testing communication with the Application Server"); StatusDlg.Show();
Code:
StatusDlg.Show(); StatusDlg.SetMessage("Testing communication with the Application Server");