Guest king_ging Posted September 25, 2002 Posted September 25, 2002 this is a mickeysofy system tray sample in the sample you can minimise the application buy pressing the minimise button and then app gets minimised to the task bar as per normal, but i the sample you have a button named "minimised" or "sys tray" and then it gets minimised to the sytem tray but what i would like is to have the standard minimise button to minimise the app to the system tray Sample System Tray many thanks Quote
*Gurus* Derek Stone Posted September 25, 2002 *Gurus* Posted September 25, 2002 Protected Overrides Sub OnResize(ByVal e As System.EventArgs) If Me.WindowState = FormWindowState.Minimized Then Me.Visible = False End If End Sub Quote Posting Guidelines
Guest king_ging Posted September 26, 2002 Posted September 26, 2002 as simple as that thanks very much Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.