0

Windowsアプリケーションでスタートアップフォームをロードした後、テレリックメッセージボックスがあります messagebox.show() デザイナーパターンでポップアップを表示しますが、その前にいくつかの鈍いテーマでポップアップします。私がやりたいのは RadMessageBox.Show(this, "Body", "header", MessageBoxButtons.OK, RadMessageIcon.Info); 、これが iwindows32window タイプである必要がある私の Program.cs に表示することだけです。

static void Main()
    {//messagebox here displays with dull theme
  Application.Run(new Login());   
//messagebox here displays with original theme
    }
4

1 に答える 1