[Mono-list] How to add menu to Winform application
Miguel de Icaza
miguel at ximian.com
Sun Sep 10 15:42:22 EDT 2006
Hello,
> When running application containing MenuStrip control, an error
>
> Method not found: 'System.Windows.Forms.ToolStrip.get_items'
>
> appears and application terminates.
>
> How to add menu to WinForm application ?
That is a Windows.Forms 2.0 API, and that is not currently supported by
Mono; Mono only implements the 1.0 API.
More information about the Mono-list
mailing list