How to Change Backgound Of Message Box as a image or any color?PKPANKAJ KUMAR14yAsked Apr 11, 2012, 4:17 AM2.9kVisual Basic .NETChange Backgound Of Message Box
Senthilkumar14y agoPosted Apr 11, 2012, 5:06 AMAccepted answerHi,You do not have any property or method to set the background color and image.But you can develop your own message box in .net (custom control). There you can have color and image.0
Gohil Jayendrasinh14y agoPosted Apr 11, 2012, 4:59 AMIn windows from applicationyou can'tchange background color of messge box because It is a sealed class.you can create control.in webapplication you can do this using custome message pluginhttp://www.codeproject.com/Articles/114889/jQuery-Alert-Dialogs-Plug-inhttp://www.codeproject.com/Articles/263531/JQuery-Message-Box-Plugin0
SenthilkumarPosted Apr 11, 2012, 5:06 AM
You do not have any property or method to set the background color and image.
But you can develop your own message box in .net (custom control). There you can have color and image.
Gohil JayendrasinhPosted Apr 11, 2012, 4:59 AM
you can'tchange background color of messge box because It is a sealed class.
you can create control.
in webapplication you can do this using custome message plugin
http://www.codeproject.com/Articles/114889/jQuery-Alert-Dialogs-Plug-in
http://www.codeproject.com/Articles/263531/JQuery-Message-Box-Plugin