I made a custom MessageBox in Visual Studio 2013; Language: C# 4.5, So I want that messageBox to appear with a fade in effect and disappear with fadeOut when I click on either Cancel or Ok button. I did this but with a pictureBox, and I'm stuck on how to make it work with a messageBox.
Note: This is not in WPF, just C# WinForm
Thanks in Advance - CCB