Güncel olmayan bir tarayıcı kullanıyorsunuz. Bunu veya diğer web sitelerini doğru şekilde göstermeyebilir. Yükseltmeli veya bir alternatif kullanmalısınız. tarayıcı.
Private Sub txt_saglikucret_TextChanged(sender As Object, e As EventArgs) Handles txt_saglikucret.TextChanged
Dim f As Double ' fiyat
f = Val(txt_saglikucret.Text)
txt_saglikucret.Text = Format(f, "#,##0.00 TL")
End Sub
bu formatta örneğin 2700 tl yazmak istiyorum 270 tl yazıyor...