I want to set progress bar on my message box how to set ...progress bar property style have Marquee property..... Message box code is bellow.......
MessageBox.Show("Data process please wait .", "Data progress ", MessageBoxIcon.Information);
There is no way to do that using MessageBox. You need to implement your own Form which would look like a MessageBox, but contain a progress bar and/or anything else which you want to see there.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With