[Mono-bugs] [Bug 76180][Wis] Changed - Process.Start does not obey
the window style
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Sep 21 14:54:59 EDT 2005
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 gonzalo at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76180
--- shadow/76180 2005-09-21 12:39:35.000000000 -0400
+++ shadow/76180.tmp.21082 2005-09-21 14:54:59.000000000 -0400
@@ -1,17 +1,17 @@
Bug#: 76180
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details: Windows XP
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: System
-AssignedTo: mono-bugs at ximian.com
+AssignedTo: dick at ximian.com
ReportedBy: carlos at applianz.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: Process.Start does not obey the window style
@@ -23,6 +23,9 @@
System.Diagnostics.ProcessStartInfo("notepad");
info.WindowStyle = System.Diagnostics.ProcessWindowStyle.Minimized;
System.Diagnostics.Process.Start(info);
I have verified this behavior under windows but I am almost certain I saw
it under linux as well.
+
+------- Additional Comments From gonzalo at ximian.com 2005-09-21 14:54 -------
+I don't think we can fix this. At least for non-windows systems.
More information about the mono-bugs
mailing list