From: Andy O'Neill on

"Christian Hubert-Hugoud / weabow - Xtrem7 - Groobax" <nospam(a)weabow.com>
wrote in message news:eeH6foPxKHA.4752(a)TK2MSFTNGP04.phx.gbl...
> Hi all,
>
> I can't manage to write some text onto a control, using WPF. I've found
> some code on the web using DrawString. It doesn't work (?) with me.
>
> I'm making my own msgbox. So I want to be able to write the texts (with
> font attributes and so on) onto controls.
>
> Which control (WPF) may I use to write onto it, and how can print some
> text onto it ?
>
> Thanks
>
> Christian
>
Why can't just use a modal form with a label?