c# - Easy way to create MessageBox with "custom button" -
this question has answer here:
i've winform application, , trying make ergonomic possible, respect lot microsoft guidelines.
we have "deletion confirmation" implement, , according guidelines , found accross web, more adequate buttons be:
delete
, cancel
( http://msdn.microsoft.com/en-us/library/windows/desktop/aa511268.aspx#commitbuttons)
but since use messageboxbuttons
specify buttons have display, can't see how can except implementing ourself confirmation dialog.
i don't find logical microsoft encourage in 1 side use of "action" text on button, , other side doesn't give tools compliant, think i'm missing something?
please note don't need more results possibility currently, delete
option same ok
me, want have differents texts.
so: there way specify buttons want show different text here?
there no easy way other creating own implementation using form , show dialog?
we did same time because of localization specialities in our project.
Comments
Post a Comment