Force to close MessageBox programmatically

后端 未结 11 2097
清酒与你
清酒与你 2020-12-03 07:21

Let me give you the background.

We have an Application(medium sized) that is using MessageBox.Show (....) at various places (in hundreds).

These message bo

11条回答
  •  旧巷少年郎
    2020-12-03 08:10

    Create your own control for this and implement behavior you like to have there. As an option there may be a timer to close this MessageBox.

提交回复
热议问题