This question is locked. New answers and comments are not allowed.
I do display a MessageBox to prove I entered the code in the example:
But when I press the button to make it appear nothing happens, the message is not displayed. How can i resolve this problem?
Thanks for help and sorry for my bad english
RadMessageBox.Show("Delete project", MessageBoxButtons.YesNo, "Are you sure you want to delete the project with its content?", "Delete content");But when I press the button to make it appear nothing happens, the message is not displayed. How can i resolve this problem?
Thanks for help and sorry for my bad english