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=78340

--- shadow/78340        2006-05-09 00:57:10.000000000 -0400
+++ shadow/78340.tmp.18288      2006-05-09 00:57:10.000000000 -0400
@@ -0,0 +1,30 @@
+Bug#: 78340
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Windows.Forms
+AssignedTo: [EMAIL PROTECTED]                            
+ReportedBy: [EMAIL PROTECTED]               
+QAContact: [EMAIL PROTECTED]
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Error in the AutoSize property for LinkLabels
+
+Description of Problem:
+  When in LinkLabel set AutoSize to true, the application have a error.
+
+Steps to reproduce the problem:
+  this.linkLabel2.AutoSize = true; // This line crash the application
+  this.linkLabel2.FlatStyle = System.Windows.Forms.FlatStyle.System;
+  this.linkLabel2.Location = new System.Drawing.Point(24, 176);
+  this.linkLabel2.Name = "linkLabel2";
+  this.linkLabel2.Size = new System.Drawing.Size(160, 16);
+  this.linkLabel2.TabIndex = 8;
+  this.linkLabel2.TabStop = true;
+  this.linkLabel2.Text = "http://www.monocalendar.com/";;
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to