Me.ToolStripMaintenance.Font = New **System.Drawing**.Font("Bookman Old Style", 9.0!, **System.Drawing**.FontStyle.Regular, **System.Drawing**.GraphicsUnit.Point, CType(0, Byte))
Me.ToolStripMaintenance.Image = CType(resources.GetObject("ToolStripMaintenance.Image"), System.Drawing.Image)
Me.ToolStripMaintenance.ImageAlign = **System.Drawing**.ContentAlignment.TopCenter
Me.ToolStripMaintenance.Name = "ToolStripMaintenance"
Me.ToolStripMaintenance.Size = New System.Drawing.Size(90, 70)
Me.ToolStripMaintenance.Text = "&Maintenance"
Me.ToolStripMaintenance.TextImageRelation = **System.Windows**.Forms.TextImageRelation.ImageAboveText
heres a sample of my code with those error, can u help me identify what to do to avoid that error
thanks for answering Godspeed More Power