Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WP7 Alert dialog

I've seen applications on WP7 that seem to use a control that dims the app, plays a quick sound, and shows a dialog at the top of the screen. What is this control called as I cannot seem to find it anywhere.

like image 847
amc Avatar asked Dec 17 '10 23:12

amc


2 Answers

Try MessageBox.Show

MessageBox.Show("Hello world!");
like image 173
Olivier Payen Avatar answered Nov 16 '22 12:11

Olivier Payen


Here is a more flexible version of MessageBox

like image 29
thumbmunkeys Avatar answered Nov 16 '22 12:11

thumbmunkeys