1- Adicione um timer mude as propiedades do timer
2- Onde tem enabled = False coloca = True
3- Adicione um button
4- Adicione ese codigo no timer
Codigo Do Timer.
Dim Proc() As System.Diagnostics.Process = Process.GetProcessesByName("PointBlank")
If Proc.Length > 0 Then
Label1.Text = "PointBlank iniciado" ' Nome que vc quiser
Form3.Show() ' form desejada que abra
Me.Hide()
Timer2.Stop() ' seu timer que vc ta usando o codigo
Label1.ForeColor = Color.Green
Else
Label1.Text = "Aguardando PointBlank"
Label1.ForeColor = Color.Red
End If
Codigo Do Button:
Application.Exit()
Creditos:
Eu
Mr_Programmer
Mr_Cheat
2- Onde tem enabled = False coloca = True
3- Adicione um button
4- Adicione ese codigo no timer
Codigo Do Timer.
Dim Proc() As System.Diagnostics.Process = Process.GetProcessesByName("PointBlank")
If Proc.Length > 0 Then
Label1.Text = "PointBlank iniciado" ' Nome que vc quiser
Form3.Show() ' form desejada que abra
Me.Hide()
Timer2.Stop() ' seu timer que vc ta usando o codigo
Label1.ForeColor = Color.Green
Else
Label1.Text = "Aguardando PointBlank"
Label1.ForeColor = Color.Red
End If
Codigo Do Button:
Application.Exit()
Creditos:
Eu
Mr_Programmer
Mr_Cheat
Última edição por Mr_Naruto em Qua Jan 21, 2015 12:58 am, editado 1 vez(es)