c# - MessageBox.Show-- font change? -


i'm using messagebox class show errors users, , while might not right behavior, it's convenient. touchscreen application, however, need 'ok' button larger (curse inordinately large fingers!).

i think if increase font size in dialog box, should ok. there way that? or really, there way increase dialog size?

thanks

as far i'm aware can't, 'normal' dialog boxes using default system font settings.

roll own best way forward. it's trivial do, , fun! , can build in things standard dialog doesn't support (without pinvoke magic) such centering in middle of screen etc.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -