Click here to Skip to main content
15,897,518 members

Comments by Paul Edward Pagente (Top 6 by date)

Paul Edward Pagente 17-May-16 4:30am View    
Sir I try your code
but it gives me an error so what I did is i put a try and catch and when i type 1236 the output is 61,230.0 instead of 1,236.00
Paul Edward Pagente 17-May-16 4:22am View    
How can I compute this Sir using the Numeric UpDown? pls see my the code in my post
Paul Edward Pagente 17-May-16 4:20am View    
I already get it Sir here is my code

Dim value As Decimal
value = TextBox14.Text
TextBox14.Text = value.ToString("N1")

I use N1 to remove the $ Sign but its not working properly in textchanged
Paul Edward Pagente 17-May-16 4:14am View    
Sir correct me If I`m wrong what I need sir is comma but thank you for sharing the code in decimal point. I want something like this instead of 1000 it will be 1,000 or any other numbers as long as the value is greater the 999 and compute it using the NumericUpdown
Paul Edward Pagente 17-May-16 4:05am View    
Sir Im done reading it but I don`t get it. :( The numbers will be putted in textboxes. Please see my edited post. I don`t know what code to be use.:( Please help me sir :(