MessageBox
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I want to know how to change the font, or size of MessageBox. Help me please. Thanks in advance. Mr Duc Linh Nguyen
You can't, not without changing the system font. It encapsulates native calls, namely the
MessageBox
native API. If you want a different look, create your ownForm
and make it work similarly if you like.Microsoft MVP, Visual C# My Articles