Hello everybody!
I would like to handle the buttons of a message box, instead of having the texts Yes No Cancel, I want to have other text displayed in the MessageBox. For this, I thought to make a class called MsgBoxEdited, inherited from the MessageBox class and inside this class to have a method called Show which would handle the MessageBoxButtons and change their captions.
This is a general idea but I am not sure how to implement it.
Thanks in advance for any help.
Country of eagles
I would like to handle the buttons of a message box, instead of having the texts Yes No Cancel, I want to have other text displayed in the MessageBox. For this, I thought to make a class called MsgBoxEdited, inherited from the MessageBox class and inside this class to have a method called Show which would handle the MessageBoxButtons and change their captions.
This is a general idea but I am not sure how to implement it.
Thanks in advance for any help.
Country of eagles