This is your place for codes, sources, releases, snippets, tutorials, how-to's and everything you can imagine in VB.NET (visual basic).Everything is free and off-charge.Your comments are aways appriciated.
4/21/11
[VB.NET][SNP] System's Regional Settings
Imports System.Globalization
MsgBox(RegionInfo.CurrentRegion.NativeName)
This code will show a message box, containing information about your computer's regional settings.
No comments:
Post a Comment