Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=82531 --- shadow/82531 2007-08-22 17:03:13.000000000 -0400 +++ shadow/82531.tmp.6316 2007-08-23 16:40:45.000000000 -0400 @@ -81,6 +81,14 @@ CommonDialog. :) I think I understand most of what should be going on, but have one question. When you are creating your own derived CommonDialog, is it possible to make it return DialogResults other than Ok or Cancel? I don't see anywhere you could set it to say, DialogResult.Ignore. + +------- Additional Comments From [EMAIL PROTECTED] 2007-08-23 16:40 ------- +CommonDialog seems designed for ShowDialog to only return OK or +Cancel. It guess it makes /some/ sense as those are the two buttons +in the file-open-like dialogs. Why they didn't have RunDialog +return DialogResult too and then any result code could be returned I +don't know. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
