MessageBox Text
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Is there a way to center text in a message box? Its left aligning it and Id rather have it centered if there is a way.
-
Is there a way to center text in a message box? Its left aligning it and Id rather have it centered if there is a way.
The text must be centered if the box grows to fit the text :) You can use \n if you want CR's and manually "box" lengthy text that way.
Glen Harvy