DateTime & ToShortDateString
28 Jun 2005 09:52:54 -0700
Hi,
I have an ASP.NET web application that I want to be locale sensitive. I
set my regional options to be English (United States) and rebooted my
machine (normally have English(United Kingdom setting)).
I then ran the web app and on a page where I wanted to display a
default date of the current date, I had a ...
|
Using ResX files for Internationalization
Tue, 28 Jun 2005 09:37:35 -0700
Due to policy constraints we need to load our resources via resx files. I
know that seems to be what winres.exe seems to be dumping out and, from what
I can tell, the capability is built in using the
System.Resources.ResXResourceReader but I cannot tell how to get that in use
in conjunction with the code g ...
|
Display Chinese characters in .NET Crystal Reports
Mon, 27 Jun 2005 22:47:01 -0700
Hi,
In my ASP .NET web application (using C#) I am doing extract of data into
PDF. For extracting the data I am using .NET Crystal reports. Now I need to
extract chinese charaters also. Can anybody suggest me how can I do this.
Thanks in advance.
Regards,
Ramachandra ...
|
S?
Wed, 22 Jun 2005 11:42:40 +0800
ã
?????h?L??
?d??????I??????L?
??½??www.usanaomm.cn
...
|
winres issue - 'object reference not set to an instance of an obje
Sat, 18 Jun 2005 10:37:03 -0700
ok y'all - need ya again. The extensive set of details in this error message
caused so much data response in my searches that I am overwhelmed with the
positive details to resolve the issue with (can you hear the sarcasm ?)
Anyway, I have a VERY basic app. Really, right now the sole purpose of my
app is t ...
|
Dealing with errors
Thu, 16 Jun 2005 14:47:56 -0400
I currently have a Win32 app (written in English) that is starting to be
used in Sweden. I have come across a problem where something my app is
doing is causing an error only when run on Swedish versions of XP and/or
Office. The actual error is being raised by a Microsoft component during
automation of Excel ...
|
RE: localizing KnownColors enum...
Thu, 16 Jun 2005 12:50:36 -0400
I am populating a combo box with all of the string representation of the
values from the System.Drawing.KnownColor enum...I want the color names to
be localized but it seems that the types are English even on a French WinXP
OS with .Net Framework installed. Is there anyway for me to get the color
names to ...
|
|
|
VS2005 Beta2 breaking VS 2003
Thu, 16 Jun 2005 15:37:10 +0530
Hi,
Two days ago I installed VS2005 Beta-2. After that, applications developed
using VS 2003 are not working. I get error message pasted below-
Even VS2005 applications are giving the same error message.
I tried all these-
-Reinstalling .Net Frame work – no luck
-Reinstalling Win XP SP2 – no luc ...
|
Setting CurrentUICulture
Tue, 14 Jun 2005 13:00:03 -0700
I've read several articles that state this is a property of a thread and can
be reset. Some mention security settings but that's a runtime thing. It
seems, however, it is a static readonly attribute and therefore cannot be
set. How can I set that attribute dynamically?
--
Brad Eck
<a href="http://www.sit ...
|
Different results for CaseInsensitiveComparer
Mon, 13 Jun 2005 17:36:02 -0700
I am calling the following code in a button click event. Every click causes
the result set to 'toggle'. In otherwords, the original click will display
'...,lIMES,LIMES,limes,...' and then the next click will display
'...,limes,LIMES,lIMES,...'. Any ideas as to why?
string [] myValues = {"strawberries", "P ...
|