ethicalhacker
Well-known member
i want that when the notify icon is clicked the form is maximized and activated i.e brought to the front. As of now the form maximises in the background behind all windows.
Dim OriginalState As Boolean = Me.TopMost
Me.TopMost = Not OriginalState
Me.TopMost = OriginalState