A Scrollable MessageBox in C#

前端 未结 3 777
耶瑟儿~
耶瑟儿~ 2021-02-10 01:50

I use Addin in VS2008, C#, and I need show messages (error messages and others).

I don\'t know the length of messages, and therefore I want use Scrollable MessageBox.

3条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-10 02:18

    Take this one: FlexibleMessageBox – A flexible replacement for the .NET MessageBox

    It is a tested class which seamlessly replaces all your usages of MessageBox.Show and lets you get more features in a single class file you can easily add to your project.

提交回复
热议问题