如何在消息框中添加gif?

时间:2018-01-27 13:47:16

标签: c# image

无论如何我可以在消息框中加入一个gif吗? 这是我目前的代码:

private void GameOver()
    {
        clock.Stop();
        MessageBox.Show(Properties.Resources.lose + "Your time taken is " + duration/1000 + " seconds. Bye Bye", "Game Over");
        this.Close();
    }

显然" Properties.Resources.lose"没有工作,所以我不太确定在哪里放。

0 个答案:

没有答案