Private Sub frmMain_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing Me.WindowState = FormWindowState.Minimized e.Cancel = True 'Me.Visible = False End Sub
and well it sort of works to what I want but don't know were to go from there... what I read from another post was that I had to do something with "NotifyIcon Class" but still didn't know what to do with that or where to put the code.
Basically what I want the program to do is
minimize to system tray and a tooltip will pop up when I hover my mouse over it and display something that I want. Also when I right click the icon I would like some options to be displayed so that I could program it to close.
How could I Achieve this?

New Topic/Question
Reply



MultiQuote







|