[ cesare @ 18.05.2007. 22:41 ] @
Pozdrav svima !!! Znam da sam dosadan sa pitanjima, ali ovo me stvarno nervira !!! Kako utvrditi u VBNET-u koji se decimalni znak koristi u Windows-u, decimalna tacka ili decimalni zarez? |
[ cesare @ 18.05.2007. 22:41 ] @
[ anebojsa @ 19.05.2007. 13:33 ] @
Imports Microsoft.Win32
'citanje Dim k As RegistryKey k = Registry.CurrentUser.OpenSubKey("Control Panel\International", True) gTimeSep = k.GetValue("sTime") gDateSep = k.GetValue("sDate") gDecimalSep = k.GetValue("sDecimal") gThousandSep = k.GetValue("sThousand") gShortDate = k.GetValue("sShortDate") gLongDate = k.GetValue("sLongDate") gDate = k.GetValue("sDate") Copyright (C) 2001-2025 by www.elitesecurity.org. All rights reserved.
|