textbox a gelen sayı formatında sorun

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Katılım
9 Mart 2007
Mesajlar
85
Excel Vers. ve Dili
xp
sitede arayıp bulduklarım işe yaramadı
listboxtan dblclick yaptığımda textboxa 10,15 gelmesi gereken sayı 1.015,00
geliyor 10,00 doğru geliyor İnternational seperator ayarlarını da değiştirmeme
rağmen sorun çözülmedi.
 
Katılım
2 Mart 2007
Mesajlar
603
Excel Vers. ve Dili
2003
Direk bu şekilde kullanın

Kod:
TextBox1.Value = Format(ListBox1.List(ListBox1.ListIndex, 11), "#.##0.00")
TextBox2.Value = Format(ListBox1.List(ListBox1.ListIndex, 12), "00")
TextBox3.Value = Format(ListBox1.List(ListBox1.ListIndex, 13), "#,##0.00")
TextBox4.Value = Format(ListBox1.List(ListBox1.ListIndex, 14), "#,##0.00")
 
Katılım
9 Mart 2007
Mesajlar
85
Excel Vers. ve Dili
xp
teşekkürler sn conari
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Üst