Definitions: Mono 1.2.6 (Revised) Date Submitted: 2/27/2008 5:21:01 PM Comments: Allmost everything works fine in this really simple apllication, but one event is not working in mono: Private Sub MainForm_Resize(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Resize If Me.WindowState = FormWindowState.Minimized Then Me.ShowInTaskbar = False End If End Sub It is not removing the form from the taskbar when the application is minimized. ========================================= Pending issues: 1 [TODO] System.Windows.Forms.PrintDialog::set_UseEXDialog(System.Boolean) Details: Stub, not implemented