I had set, in program properties>application>assembly information, English-United States as neutral culture, and my program start with
Code:
  My.Application.ChangeCulture("en-US")
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.2

¿is there a way to avoid it?