dblclick sorunu

Katılım
9 Ocak 2008
Mesajlar
133
Excel Vers. ve Dili
office xp
Private Sub ListBox1_DblClick(ByVal Cancel As MSForms.ReturnBoolean)
If ListBox1.ListCount < 1 Then Exit Sub
For i = 1 To 5
Controls("TextBox" & i).Value = ListBox1.Column(i - 1)
Next
TextBox1.Value = Format(TextBox1.Value)
TextBox2.Value = Format(TextBox2.Value)
TextBox3.Value = Format(TextBox3.Value)
Image1.Picture = LoadPicture(TextBox5.Text)
End Sub

çift tıklama ile textbox5 de (sayfanın d sütunundaki)resim yolunu gösterip image 1 de de textbox5 de kayıtlı resim yolu ile resimi göstermesini başaramadım
 

Orion1

Uzman
Uzman
Katılım
1 Mart 2005
Mesajlar
22,254
Excel Vers. ve Dili
Win7 Home Basic TR 64 Bit

Ofis-2010-TR 32 Bit
Dosya yolu ve / veya dosya adı yanlıştır.:cool:
 
Üst