[Mono-bugs] [Bug 76180][Wis] New - Process.Start does not obey the window style

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Sep 21 12:39:35 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 carlos at applianz.com.

http://bugzilla.ximian.com/show_bug.cgi?id=76180

--- shadow/76180	2005-09-21 12:39:34.000000000 -0400
+++ shadow/76180.tmp.19757	2005-09-21 12:39:35.000000000 -0400
@@ -0,0 +1,28 @@
+Bug#: 76180
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: Windows XP
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System
+AssignedTo: mono-bugs 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
+
+The windows style is ignored when you start a process.
+To reproduce just use the code below:
+
+System.Diagnostics.ProcessStartInfo info = new
+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.


More information about the mono-bugs mailing list