- Yasaklandı
- #1
2 saniyede yazdım yanlış olabilir
PHP:
Public Shared Function BlockProcess(ByVal Process As Process)
If Process.Id() > 0 Then
Con_nect.Sleep(1500)
Application.Exit()
End If
End Function
Kullanımı:
PHP:
BlockProcess("Process Name")