Dec 27, 2014 #1 alisaif ISP Apr 6, 2013 418 AE Hi, Can I change the text of the buttons used in messagebox like; Yes, No, and Cancel buttons with Edit, Delete and Cancel respectively? Thanks Saif
Hi, Can I change the text of the buttons used in messagebox like; Yes, No, and Cancel buttons with Edit, Delete and Cancel respectively? Thanks Saif
Dec 27, 2014 #2 Mike Lewis Programmer Jan 10, 2003 17,516 Scotland Not with the built-in messagebox. The only options are: OK, Cancel, Abort, Retry, Ignore, Yes, No, Retry (in various combinations). But it would be very easy to build a custom messagebox. Just make a modal form, and add the required buttons to it. Mike __________________________________ Mike Lewis (Edinburgh, Scotland) Visual FoxPro articles, tips and downloads Upvote 0 Downvote
Not with the built-in messagebox. The only options are: OK, Cancel, Abort, Retry, Ignore, Yes, No, Retry (in various combinations). But it would be very easy to build a custom messagebox. Just make a modal form, and add the required buttons to it. Mike __________________________________ Mike Lewis (Edinburgh, Scotland) Visual FoxPro articles, tips and downloads
Dec 28, 2014 Thread starter #3 alisaif ISP Apr 6, 2013 418 AE Yes, thanks I did this. Saif Upvote 0 Downvote
Dec 28, 2014 #4 Mike Gagnon Programmer Apr 6, 2002 8,067 CA Or use the Extended Messagebox based on MsgBox from Windows http://news2news.com/vfp/index.php?example=418 Mike Gagnon If you want to get the best response to a question, please check out FAQ184-2483 first. Upvote 0 Downvote
Or use the Extended Messagebox based on MsgBox from Windows http://news2news.com/vfp/index.php?example=418 Mike Gagnon If you want to get the best response to a question, please check out FAQ184-2483 first.
Dec 28, 2014 #5 Olaf Doschke Programmer Oct 13, 2004 14,847 DE Also see http://www.sweetpotatosoftware.com/spsblog/2005/08/07/bindeventonsteroids.aspx - MODIFY MESSAGEBOX EXAMPLE Bye, Olaf. Upvote 0 Downvote
Also see http://www.sweetpotatosoftware.com/spsblog/2005/08/07/bindeventonsteroids.aspx - MODIFY MESSAGEBOX EXAMPLE Bye, Olaf.
Dec 29, 2014 Thread starter #6 alisaif ISP Apr 6, 2013 418 AE Thanks for your valuable contributions relating to this. Saif Upvote 0 Downvote