How to create Message Box in VB.NET

Terkunci How to create Message Box in VB.NET

  • 02 Agustus 2005 8:50
     
     
    Hello All,


    How to create a messagbox in VB.NET Windows Application with Yes | YesToAll | No | Cancel options?
    I wanted to ask the user's permission to overwrite his details. Then a message Box should pop up with these options?
    Is this possible as it is supported by Mocrosft os. How can this be possinly done in VB.NET




    Please Help
    Lisha

Semua Balasan

  • 02 Agustus 2005 15:26
    Moderator
     
     Jawab


    Add a form to your project
    Add the 4 buttons to your form
    Add a label for your message
    and use showdialog() to present your modal form
  • 20 Juni 2012 19:51
     
     

    thanks man .........it works


    parag sudame