Hi
I want to change the setting of cultureInfo of all datetime and decimal and integer values in my program, how to attain this without changing the Formatting of each DataGridViewCell or DateTimePicker or the other values?
in other words to make this settings centralized inside the Program class when i run the application
Regards
View the full article
I want to change the setting of cultureInfo of all datetime and decimal and integer values in my program, how to attain this without changing the Formatting of each DataGridViewCell or DateTimePicker or the other values?
in other words to make this settings centralized inside the Program class when i run the application
Regards
View the full article