C# formatting a MessageBox

前端 未结 5 1237
你的背包
你的背包 2020-12-19 01:32

I want to display a MessageBox alerting the user that the process is complete, and giving a breakdown on how long each stage of the process took. I\'ve got the text that I w

5条回答
  •  执笔经年
    2020-12-19 02:27

    I have just written a single file replacement for MessageBox with a changeable font. You can download it here and use it like a standard MessageBox:

    http://www.codeproject.com/Articles/601900/FlexibleMessageBox-A-flexible-replacement-for-the

    Regards, Jörg

提交回复
热议问题