MessageBox.Show-- font change?

Posted by mmr on Stack Overflow See other posts from Stack Overflow or by mmr
Published on 2008-10-24T00:14:12Z Indexed on 2010/05/12 14:34 UTC
Read the original article Hit count: 287

Filed under:
|
|

Hi all,

I'm using the MessageBox class to show errors to users, and while that might not be the right behavior, it's very convenient. This is a touchscreen application, however, so I need the 'ok' button to be much larger than it is (curse my inordinately large fingers!).

I think that if I increase the font size in the dialog box, I should be ok. Is there a way to do that? Or really, is there any way to increase the dialog size?

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about messagebox