I had set, in program properties>application>assembly information, English-United States as neutral culture, and my program start with
but each time I start a new thread, it automatically changes his culture to Spanish-Argentina, and Cdbl("0.2") converts to 20 instead of 0.2Code:My.Application.ChangeCulture("en-US")
¿is there a way to avoid it?




Reply With Quote