Costumizing the MessageBox

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




Answer this question

Costumizing the MessageBox

  • juanel

    coz` is faster and easyear then creating a new form

  • Asghar Panahy

    Sorry, you can't modify the outlook of MessageBox, why don't you create a new form for the dialog

  • 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.



  • Costumizing the MessageBox