1

I am not very much familiar with windows phone programming.

I need a message box like this

enter image description here

I have figured out how to show simple message box. Mean I can show a title (Alert), Desc (Account number is required), and a OK button.

And now I don't know how to:

  1. Change the color to Alert text.
  2. Its background to that dark color.
  3. And button background to orange color.

Well by using toolkit described in this link I would be able to change the color of Alert text. But I don't to use a whole toolkit just to change the color or that text. But if it can customize my message box as in above picture than I would definitely use it.

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Yawar
  • 1,924
  • 3
  • 29
  • 39

1 Answers1

4

Look at the ContentDialog class. It will let you put whatever you want into a dialog.

Peter Torr - MSFT
  • 11,824
  • 3
  • 18
  • 51