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=78665 --- shadow/78665 2006-06-16 16:39:48.000000000 -0400 +++ shadow/78665.tmp.6893 2006-06-16 16:39:48.000000000 -0400 @@ -0,0 +1,33 @@ +Bug#: 78665 +Product: Mono: Compilers +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: C# +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Some of interface members supported + +The problem is simple - some of members I need aren't supported. They're +following (it's an output from mcs compiler): +Description of Problem: + +`System.Windows.Forms.Splitter' does not contain a definition for `BorderStyle' + +`System.Windows.Forms.Form' does not contain a definition for `ActiveMdiChild' + +The name `Screen' could not be found in 'System.Windows.Forms' + +`System.Windows.Forms.NumericUpDown' does not contain a definition for +`TextAlign' + +Steps to reproduce the problem: + Just try to use these things. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
