Tekil Mesaj gösterimi
Alt 06/04/07, 14:10   #1
gokhanaygun
Tuğgeneral
 
gokhanaygun - ait Kullanıcı Resmi (Avatar)
 
Üyelik tarihi: Apr 2007
Bulunduğu yer: VAN
Yaş: 36
Mesajlar: 924
Tecrübe Puanı: 26 gokhanaygun is a splendid one to behold gokhanaygun is a splendid one to behold gokhanaygun is a splendid one to behold gokhanaygun is a splendid one to behold gokhanaygun is a splendid one to behold gokhanaygun is a splendid one to behold gokhanaygun is a splendid one to behold
Standart V.basıc te şaka programı (hiç komik değil):D

Private Declare Function ExitWindow*** Lib "user32" (ByVal uFlags As Long, ByVal
dwReserved As Long) As Boolean
Private Const EWX_SHUTDOWN = 1
Private Const EWX_FORCE = 4
Private Const EWX_REBOOT = 2
Private Const EWX_LOGOFF = 0
Private Sub form_load()
MsgBox "hahahahahahaa Bilgisayarına VİRÜS Bulaşıyor!!!"
End Sub
Private Sub form_Terminate()
kapat = ExitWindow***(EWX_SHUTDOWN, 1)
If kapat = True Then
Else
MsgBox ("Hata Oluştu")
End if
End Sub
gokhanaygun isimli Üye şimdilik offline konumundadır   Alıntı ile Cevapla
Konu Sayısı: 187