https://bugzilla.novell.com/show_bug.cgi?id=370736
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=370736#c2 Eric Petit <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|[EMAIL PROTECTED] | --- Comment #2 from Eric Petit <[EMAIL PROTECTED]> 2008-06-11 15:21:56 MDT --- hum try { SaveFileDialog SF = new SaveFileDialog(); SF.ShowDialog(); OpenFileDialog OF = new OpenFileDialog(); OF.ShowDialog(); SF.ShowDialog(); OF.ShowDialog(); } catch (Exception ex) { MessageBox.Show(ex.Message + Environment.NewLine + ex.StackTrace, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); Debug.WriteLine(DateTime.Now + ": " + ex.Message + Environment.NewLine + ex.StackTrace); } -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
