In vb.net i used the following code. If (MessageBox.Show("Click Yes to get the updated database " & vbNewLine & "Click No to Continue with the present version" & vbNewLine & _ "To see the Updates Click on Help", "Update Available", _ MessageBoxButtons.YesNo, MessageBoxIcon.Information, MessageBoxDefaultButton.Button2, 0, _ My.Application.Info.DirectoryPath & "\Release Notes.docx") = Windows.Forms.DialogResult.Yes) after debugging the message box displays with 3 buttons i.e yes,no,help. but i want to change help text is note.
|
| Author: venkatesan 22 Oct 2009 | Member Level: Diamond | Rating:  Points: 2 |
As its a default .net setting for the Messagebox its not a custom one
We cant Change it like that.
Regards, M.Venkatesan. Dot Net Code Snippets
|
| Author: Deepika Haridas 22 Oct 2009 | Member Level: Diamond | Rating:  Points: 2 |
Hello Kumari,
Use proper titles
Thanks & Regards, Deepika Editor
If U want to shine like a SUN..First U have to burn like the SUN!! Need a Guide? Join my mentor program..
|
| Author: Anuraj 22 Oct 2009 | Member Level: Diamond | Rating:  Points: 2 |
It is not possible.
Thanks Anuraj THIS POSTING IS PROVIDED "AS IS" WITH NO WARRANTIES, AND CONFERS NO RIGHTS. BEWARE OF BUGS IN THE ABOVE CODE; I HAVE ONLY PROVED IT CORRECT, NOT TRIED IT. dotnetthoghts
|
| Author: Abhisek Panda 02 Nov 2009 | Member Level: Gold | Rating:  Points: 2 |
We can't change it.
Thanks And Regards, Abhisek Panda Be Happy And Make Others Happy. Go Green and Save Your Future.
|