Programalama > VISUAL BASIC.NET

Etiketler: vbde, eleman, kayıt, programı

Ort. 0
Puan ver:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Dim elemankaydet As eleman
        Dim z As Integer
        z = UBound(tümeleman)
        elemankaydet.no = z + 1
        elemankaydet.ad = TextBox2.Text
        elemankaydet.soyad = TextBox3.Text
        elemankaydet.tarih = TextBox4.Text
        tümeleman(z) = elemankaydet
        ReDim Preserve tümeleman(z + 1)
        MsgBox("eklendi", MsgBoxStyle.OkCancel, "bilgi")
        TextBox1.Text = UBound(tümeleman) + 1
    End Sub

    Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
        Dim nogir As Integer
        nogir = InputBox("eleman kayıt numarasını giriniz")
        If IsNumeric(nogir) Then
            TextBox1.Text = tümeleman(nogir - 1).no
            TextBox2.Text = tümeleman(nogir - 1).ad
            TextBox3.Text = tümeleman(nogir - 1).soyad
            TextBox4.Text = tümeleman(nogir - 1).tarih
        Else
            MsgBox("gireceğiniz numara sayı olsun", MsgBoxStyle.Critical, "bilgi")
        End If
    End Sub

    Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
        TextBox2.Text = ""
        TextBox3.Text = ""
        TextBox4.Text = ""
    End Sub
End Class


gfbercan
ercancan_fb@hotmail.com


Yorumlar                 Yorum Yaz
skurt (0) Sakıncalı Yorum 09 June 20:34
Ben çalıştıramadım kodları yardım edermisiniz.
KATEGORİLER
ASP - 240
ASP.NET - 24
C# - 75
C++ - 174
CGI - 8
DELPHI - 247
FLASH - 49
HTML - 536
PASCAL - 246
PERL - 11
PHP - 160
WML - 9
XML - 2
Copyright © 2002 - 2024 Hazır Kod - Tüm Hakları Saklıdır.
Siteden yararlanırken gizlilik ilkelerini okumanızı tavsiye ederiz.
hazirkod.com bir İSOBİL projesidir.