How can i costumize my messbox like the background title bar text color and orther..
I dont want to make a new form, is there another way
How can i costumize my messbox like the background title bar text color and orther..
I dont want to make a new form, is there another way
Costumizing the MessageBox
juanel
Asghar Panahy
RichChapler
Actually, if you want to create you own style(Not only background and title color) something like winamp, I think it's better to create your own dialog format.
and I don't think it's too different and take time work.
if you want to make a fixed style messagebox you just need to create a form then set 1 label and 2 buttons.
Buttons DialogResult set to Yes, No or OK, Cancel
and create a text property for label display
That's all.