Skip to main content

AccessTr.neT


ListBox'taki Verilerin İstenilen Metin Kutusuna Aktarılması

ListBox'taki Verilerin İstenilen Metin Kutusuna Aktarılması

Çözüldü #4
Private Sub Liste0_DblClick(Cancel As Integer)
If Liste0.ListIndex = 0 Then Me.tc1 = Liste0.Column(1, 0)
If Liste0.ListIndex = 1 Then Me.tc2 = Liste0.Column(1, 1)
If Liste0.ListIndex = 2 Then Me.tc3 = Liste0.Column(1, 2)
If Liste0.ListIndex = 3 Then Me.tc4 = Liste0.Column(1, 3)
If Liste0.ListIndex = 4 Then Me.tc5 = Liste0.Column(1, 4)
End Sub
Sayın durkheim;
Kodunuz yukarıdaki gibi. Deneyip sonucu bildirebilir misiniz?
Hayri16, 12-11-2009 tarihinden beri AccessTr.neT üyesidir.
Cevapla

Bir hesap oluşturun veya yorum yapmak için giriş yapın

Yorum yapmak için üye olmanız gerekiyor

ya da

Bu Konudaki Yorumlar
Cvp: ListBox'taki Verilerin İstenilen Metin Kutusuna Aktarılması - Yazar: Hayri16 - 27/02/2011, 16:01
Task