Tekil Mesaj gösterimi
Alt 06/04/07, 13:38   #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 Personel takip

Private Type gokhan
no As Integer
ad As String * 30
maas As Integer
End Type
Dim aygun As gokhan

Private Sub Command1_Click()
aygun.ad = Form1.ad
aygun.maas = Form1.maas
aygun.no = Form1.no
Put #1, aygun.no, aygun

End Sub

Private Sub Command2_Click()
Get #1, Form1.no, aygun
Form1.maas = aygun.maas
Form1.ad = aygun.ad
End Sub

Private Sub Command3_Click()
Form1.no = ""
Form1.maas = ""
Form1.ad = ""
End Sub

Private Sub Command4_Click()
Close
Unload Me
End Sub

Private Sub Form_Load()
Open "c:/personel_takip.dat" For Random As #1 Len = Len(aygun)
End Sub




kolay gelsin....
gokhanaygun isimli Üye şimdilik offline konumundadır   Alıntı ile Cevapla
Konu Sayısı: 187