Problem Setting the Time Zone with SetTimeZoneInformation
30 Mar 2006 14:23:18 -0800
I'm writing an application for Windows XP Embedded. This application
requires that the user be able to change the time zone from within the
application. I'm trying to do this using SetTimeZoneInformation, but
it's not working correctly and I can't figure out why. I'm using Visual
C# to write the application.
...
|
Best practice for localizing forms into multiple languages?
Thu, 30 Mar 2006 12:47:39 +0200
Hello NG,
If I set the Localizable property on a form to True and choose a Language
property, Visual Studio 2005 (C#) automatically creates a language specific
..resx file for my form. In my opinion, this is the best approach if the
developer and the translator is the same person, which is not always the ...
|
How to obtain 'standard time'?
Wed, 29 Mar 2006 11:43:25 +0100
Hi,
Can anybody explain how I can obtain the current time for the current time zone without daylight saving adjustment (in .NET 1.1)?
So I don't want
DateTime.Now (local time with DST)
or
DateTime.UtcNow
I want
DateTime.NowNoDst
I'm sure it's possible, it's just not obvious.
Regards
...
|
Strong Name Key and satellite assembly
Tue, 28 Mar 2006 19:49:01 -0800
Hi,
I have created a window form project in C# (VS 2005, .net framwork 2.0). My
project is signed by strong name key. I have use winres to create the form in
en-GB. I use al.exe to compile the resource file to satllite assembly. I have
created a folder called "en-GB" under /bin/Debug/, I put the satllite ...
|
menustrip and toolstrip disappear when open by winres.exe
Tue, 28 Mar 2006 17:40:02 -0800
Hi,
I am using VS.NET 2005 and .net framework 2.0. I have a window form which
contains a menustrip and toolstrip. I have put some menuitems into my
menustrip and some button on the toolstrip. I use winres to open the window
form. But I can't see my menustripitems and toolstripitem. Can anyone tell me
wh ...
|
Enterprise Localization Toolkit - DataGrid Header Text
Mon, 27 Mar 2006 14:48:01 -0800
I am currently working on ASP 1.1 and using Enterprise Localization toolkit
to localize all static content. For majority of the controls it works fine
but I am having a hard time figuring out how to localize datagrid header
text. Generally speaking to localize any control properties, one can go to
Localiza ...
|
Where can I download free VS.NET 2005 ?
Sun, 26 Mar 2006 20:37:01 -0800
Hi all,
Where can I download free VS.NET 2005 ?
If you know where pls email for me at :
natuan@tma.com.vn
hqtien@tma.com.vn
lttuan@tma.com.vn
...
|
|
|
International language change during runtime. C#.NET 2005
Sun, 26 Mar 2006 20:15:02 -0800
Hi,
I am using VS.NET 2005 and .net framework 2.0. I would like to change window
application UI language at run-time. I don't seem to find any example for
that. Since MSDN have mention that there is a way to change window
application UI language at run-time without compile the application. Is it
means t ...
|
[OT] windows api input language change
24 Mar 2006 05:21:08 -0800
hi. apologies for off topic post, but hoping someone here can help me
as this is a windows API problem.
how to change the windows input language with API calls to windows XP?
why?
i need API calls because the language i'm using (Divehi, complex RTL)
though supported in WinXP is not supported in Office20 ...
|
Different file and product version
23 Mar 2006 08:29:35 -0800
We have an app where we have to set independent file and product
version. So the executable will have for example
FileVersion: 1.1.0.3 (Set with AssemblyVersion parameter)
Product Version: 1.1.0.5 (Set with
AssemblyInformationalVersionAttribute)
Now the problem is the localized resources (i.e. app.resources ...
|