| Thread | Last Post | Replies |
|
| Strong Name Key and satellite assembly | 29 Mar 2006 09:47 GMT | 2 |
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 ...
|
| Where can I download free VS.NET 2005 ? | 27 Mar 2006 12:21 GMT | 1 |
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
|
| Database and Localized strings | 27 Mar 2006 09:00 GMT | 7 |
Greetings. I am not sure if this is the correct forum for this question. I there is a different place, please point me in that direction. Thanks in advance. A C#.NET (VS-2003) application needs to insert Chinese/Asian characters into
|
| viewing Cyrillics in PDF | 22 Mar 2006 09:08 GMT | 11 |
A UK company made safety data sheets in Russian in PDF format. I view these files on their computer which was running English w2k and they were OK However on my russified w2k with the system code page 866 I am getting that
|
| A real newbee question | 20 Mar 2006 21:44 GMT | 2 |
I need to know the differences between Code Pages and Encoding(UTF-8, UTF-16, .....) I know they are completely different things, but anything I read or anybody I talked to seemed to use both together.
|
| App doesn't load satellite assemblies | 11 Mar 2006 02:28 GMT | 4 |
I gave up on using text files in VS2005 for now and switched to resx files instead. I entered my strings into the default Resources.resx file, then copied that file to create Resources.es-ES.resx (Spanish) and Resources.fr-FR.resx (French) and added them to my project. VS ...
|
| Encolding xml file Issue | 07 Mar 2006 16:52 GMT | 3 |
I have an app that is being translated to Spanish. The purpose of the app is to solve equations and uses Greek characters for the parameter symbols. I store all this information in xml files. For some reason when i save the file the Spanish text is correct, e.g. chars
|
| Is there a way to get the character that cannot be converted to an encoding? | 01 Mar 2006 04:27 GMT | 1 |
When using StreamReader to reader a file, the character that cannot be converted to an encoding will be changed to a replace char ,like '?'. Is there a way to know what the original char(bytes) is? For example
|