[Mono-bugs] [Bug 370736] SaveFileDialog, restore directory

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jun 11 17:21:57 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=370736

User surfzoid2002 at yahoo.fr added comment
https://bugzilla.novell.com/show_bug.cgi?id=370736#c2


Eric Petit <surfzoid2002 at yahoo.fr> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                                        |ASSIGNED
      Info Provider|surfzoid2002 at yahoo.fr                           |




--- Comment #2 from Eric Petit <surfzoid2002 at yahoo.fr>  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.


More information about the mono-bugs mailing list