using WIN32 API, changing Reginal setting DATE Format

  • Thread starter Thread starter Rat
  • Start date Start date
R

Rat

Hi,

Using vb.net.
Using WIN32 API.
i need to change the DATE Format(from MM/dd/yyyy to
dd/MM/yyyy) in Reginal Settings.

How will i do that.

Regards,
Rat
 
Using vb.net.
Using WIN32 API.
i need to change the DATE Format(from MM/dd/yyyy to
dd/MM/yyyy) in Reginal Settings.

How will i do that.

Sounds like a pretty rude thing to do. I would never use an app that
didn't respect my own settings.

That said, the API to use is SetLocaleInfo.



Mattias
 
Back
Top