I need to have yes No Cancel confirmation window in my silverlight app.
I am trying to use child window for this purpose.
But this.Show(); doesn’t wait till the user gives his input.
Any help ?
Thanks
PS: i m new to silverlight
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use a child form as you are currently just rearrange the code where
Showis called:-