Hate Your Job?
Sun, 29 Jun 2008 09:53:52 GMT
Do You Hate Your Job?
If You Are Like Me And REALLY Hate Your Job, You Can Do What I have Done And
Tell All About Your Company At A Great And CHEAP New Site Called
Dont Work For These . Com
http://www.dontworkforthese.com
This Site Has Chat Rooms,
A Joke Section,
A Great Story Section Where You Can Tell All ...
|
Visual Studio - Set text of a label, pointing to a resource
Tue, 24 Jun 2008 09:10:24 -0700 (PDT)
Hi there,
I'm building a windows application, and I want to enable localization
(I've got several user controls, forms, etc).
I'm building a resource file containing all the text and images that
can be localized.
Now, I want to set the set the text value of the labels to a string
inside the resource f ...
|
writing xml to console
Wed, 18 Jun 2008 13:58:21 +0200
The code belove writes "??????" if the xmlnode's innertext is in a
"non-western" language.
Why? How can I fix it? Using english vista, vs2k5 & framework2. I though
.net & vista
would solve this automatically.
System.Xml.XmlDocument xdoc = new System.Xml.XmlDocument();
xdoc.Load("file.xml");
System.Xml.Xml ...
|
show chinese
Mon, 16 Jun 2008 17:55:01 +0800
Dear all,
I have asp.net 2.0 web page program.
Now I need to make chinese which can insert into mssql database 2000 and
show up in the web page after save. Inserting is using sqldatasource.
insertcommand="insert into table1 (custname, custaddress) values
(N@custname, N@custaddr )"
Is it correct if with ...
|
RegionInfo.DisplayName in a different Language
Tue, 10 Jun 2008 06:53:37 -0700 (PDT)
Hi,
If i am working in the office environment then the language of office
can be different the language of windows.
Now in IPM.Contact object in the office environment there's a way to
set the Country Name for address of the contact.
While automating on this object model i want to default the country of
the ...
|
TableLayoutPanel.LayoutSettings
Fri, 9 May 2008 14:43:36 +0900
When TableLayoutPanel writes LayoutSettings and the settings contain value
having decimal separator (e.g. 5.4) .NET writes the decimal using the
decimal point of the current locale. For example if I have the following
value
<data name="tableLayoutPanel1.LayoutSettings"
type="System.Windows.Forms.TableLay ...
|
Character mapping question
Mon, 28 Apr 2008 16:27:18 -0400
This is kind of on-topic, kind of off-topic. (On-topic because if I get the
info I need I'll write a .NET program to do what I want!)
I sometimes get files with Korean or Japanese characters in the file names
but which have been "mangled" and the characters come out looking like ǰ¿¡
E±äA·I instead of the a ...
|
|
|
Localization based Metric or Imperial , List separators in asp .Ne
Fri, 25 Apr 2008 04:54:02 -0700
Can anyone please tell me how to use Localization based Metric or Imperial ,
List separators in asp .Net ...
|
RegionInfo for Bosnia, Malta, Nepal
Sun, 20 Apr 2008 07:19:45 -0700 (PDT)
Hi,
I am having problems with RegionInfo for mentined countries. In fact,
there are even more problematic countries, these are just an example.
I try this code:
RegionInfo r1 = new RegionInfo("ba");
RegionInfo r2 = new RegionInfo("mt");
RegionInfo r3 = new RegionInfo("np");
Does anybody know the reason, why ...
|
DateTime.Now.toString("yyyyMMdd") depending on CultureInfo?
Tue, 15 Apr 2008 12:29:52 +0200
Hi,
I have this instruction mentioned at top running on an japanese client.
Strangely this renders to "200809" (just year and day).
Has anybody an idea?
Thank you,
Frank ...
|