Advertisement
jsauto

Untitled

Apr 3rd, 2013
1,282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.28 KB | None | 0 0
  1. Private Sub NotifyIcon1_DoubleClick(sender As System.Object, e As System.EventArgs) Handles NotifyIcon1.DoubleClick
  2.         If (Me.WindowState = FormWindowState.Minimized) Then
  3.             Me.WindowState = FormWindowState.Normal
  4.             Me.Activate()
  5.         End If
  6. End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement