|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to include System.Globalization in my VB projectPlease i have a problem,
System.Globalization is not listed in my .net references list ??? How to include it , i need CultureInfo object to format string to currency! Thanks! "Domac" <domac.kovace***@zg.t-com.hr> schrieb: Simply import the namespace, you do not need any additional references:> System.Globalization is not listed in my .net references list ??? > > How to include it , i need CultureInfo object to format string to > currency! \\\ Imports System.Globalization .... Dim c As CultureInfo = ... /// -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> Thanks!!!!
Herfried K. Wagner [MVP] wrote: Show quoteHide quote > "Domac" <domac.kovace***@zg.t-com.hr> schrieb: >> System.Globalization is not listed in my .net references list ??? >> >> How to include it , i need CultureInfo object to format string to >> currency! > > Simply import the namespace, you do not need any additional > references: > \\\ > Imports System.Globalization > ... > Dim c As CultureInfo = ... > ///
same sub, multiple control click events
same sub, multiple control click events Control image property locking image file even after image cleared Losing accented characters getting account names from system Results differ between Windows App and Console App. Why??? best starting point for complete newbies? Reference to a control error. Toolstrip Unicode Application Question Comment renommer une Node d'un TreeView en VB2005 ? VB web browser freezing |
|||||||||||||||||||||||