0
我有我的Windows應用程序中的啓動窗體加載後telerik messagebox messagebox.show()顯示彈出設計器模式,但在此之前它彈出一些沉悶的主題。 所有我想要做的是顯示在我的Program.cs,其中這應該是iwindows32window type.Any幫助 RadMessageBox.Show(this, "Body", "header", MessageBoxButtons.OK, RadMessageIcon.Info);
,將不勝感激消息框顯示一些沉悶的主題
static void Main()
{//messagebox here displays with dull theme
Application.Run(new Login());
//messagebox here displays with original theme
}
我已經檢查,主題名稱已設置。 – Anand
您是否嘗試過我的建議? – checho
正如我在上述評論中提到的,我在提問之前已經檢查了主題名稱。 – Anand