Jun 16, 2005 #1 edderic Programmer Joined May 8, 1999 Messages 628 Ho can i change the value 20.35 in a datagridview cell to 20,35 ? Eric De Decker Visit The Belgium "Visual Basic Group" at http://www.vbgroup.org
Ho can i change the value 20.35 in a datagridview cell to 20,35 ? Eric De Decker Visit The Belgium "Visual Basic Group" at http://www.vbgroup.org
Jun 16, 2005 #2 chiph Programmer Joined Jun 9, 1999 Messages 9,878 Location US Change the CurrentCulture property of the thread that's running the form to a culture that uses the comma as a decimal separator. Chip H. ____________________________________________________________________ If you want to get the best response to a question, please read FAQ222-2244 first Upvote 0 Downvote
Change the CurrentCulture property of the thread that's running the form to a culture that uses the comma as a decimal separator. Chip H. ____________________________________________________________________ If you want to get the best response to a question, please read FAQ222-2244 first