how to set popup message style.
-
hi, is it possible to set font or diffrent style for popup message box in c# windows application.
amit
No, you need to write your own form
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
hi, is it possible to set font or diffrent style for popup message box in c# windows application.
amit
Check out a reference implementation of a custom messagebox in C#: http://www.codeproject.com/useritems/A_Custom_Message_Box.asp[^]
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson -
Check out a reference implementation of a custom messagebox in C#: http://www.codeproject.com/useritems/A_Custom_Message_Box.asp[^]
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson