To have your code wait 5 seconds before showing the messagebox, try: C#. Copy Code. Thread.Sleep(5000); MessageBox.Show(abc);
確定! 回上一頁