Advertisement
KarraR_HameeD

Ant'i Task Manager By hjiQ

Nov 27th, 2014
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.34 KB | None | 0 0
  1. Public Class Form1
  2.     'Code By hjiq
  3.     Private Sub Form1_FormClosing(sender As Object, e As FormClosingEventArgs) Handles Me.FormClosing
  4.         If e.CloseReason = CloseReason.TaskManagerClosing Then
  5.             e.Cancel = True
  6.             Application.Restart()
  7.             Application.DoEvents()
  8.         End If
  9.     End Sub
  10. End Class
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement