persistance

  1. Kilo-25

    Tutoriel [VB.NET] Source - Persistance basique

    Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick If Process.GetProcessesByName(Process.GetCurrentProcess.ProcessName).Length < 2 Then 'If self is Opened Less than twice Process.Start(Process.GetCurrentProcess.ProcessName)...