Yes, you can change the settings in the registry (look under HKCU/Control Panel).
But changing these values would not only be considered very rude by your users, but will probably cause other applications to break. I would strongly suggest that you not do this, even if you plan to set them back when your app exits. IOW: Bad idea.
If you're trying to solve a problem like input date formatting (i.e. how to tell July 7th apart from January 1st), you need to be looking at the Date Picker control that came with VB SP3 common controls. Or.. require your users to enter dates in ISO-8601 format (yyyy-mm-dd hh:mm:ss), which works no matter what locale they're in. It's the national standard in Japan, and people in the US and Europe are becoming more used to it all the time. Plus, when dates are displayed with this format, they naturally sort (nice!).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.