这个挺简单。但还是需要两步: 1、设置MessageBox.Show()。 MessageBox.Show("Save the changes?", "Message", MessageBoxButtons.YesNo, MessageBoxIcon.Question, new EventHandler(SaveMessageHandler)); 2、你也看到第一步,有个EventHandl... Read More
posted @ 2008-01-15 20:59
David
Views(1026)
Comments(0)
Diggs(0)