Click here to Skip to main content
15,917,329 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to exit C#.Net Application? Pin
Sri harini11-Feb-07 22:47
Sri harini11-Feb-07 22:47 
GeneralRe: How to exit C#.Net Application? Pin
sam#11-Feb-07 22:56
sam#11-Feb-07 22:56 
AnswerRe: How to exit C#.Net Application? Pin
Seishin#11-Feb-07 23:01
Seishin#11-Feb-07 23:01 
Questionhow to insert value in combobox from an array Pin
monuSaini11-Feb-07 20:45
monuSaini11-Feb-07 20:45 
AnswerRe: how to insert value in combobox from an array Pin
gauthee11-Feb-07 22:01
gauthee11-Feb-07 22:01 
AnswerRe: how to insert value in combobox from an array Pin
sam#11-Feb-07 22:44
sam#11-Feb-07 22:44 
GeneralRe: how to insert value in combobox from an array Pin
monuSaini13-Feb-07 5:35
monuSaini13-Feb-07 5:35 
QuestionLocalization problem with Resource files Pin
Ashvin Gunga11-Feb-07 20:13
Ashvin Gunga11-Feb-07 20:13 
I am having problems with the use of resource files (holding strings) with Visual Studio 2005. To abstract the problem, I have written a demo application.

I am working on device applications for PPC2003. I got one C# Solution with two projects. The following shows how the files are organised (and the blue text is some comments to understand it better):

LocalizationAppDemoAll2 (Solution)
_____LocalizationAppDemoAll2 (In bold, my startup project)
__________Properties (folder)
_______________...
__________References (folder)
_______________LocalizationAppDemoAll2Presentation (reference to dll of the other project)
_______________...
__________it (folder)
_______________LocalizationAppDemoAll2Presentation.resources.dll (added as a shortcut link)
__________Program.cs (containing the Main method)
_____LocalizationAppDemoAll2Presentation (the second project within the solution)
__________References (folder)
_______________...
__________Resources (folder)
_______________CodeText.it.resx
_______________CodeText.resx
__________Form1.cs
__________FormHandler.cs

----------------------------------------

I have changed my regional settings on the PDA device to Italy, and running the application. The application is supposed to read all the strings from the resource file CodeText and populates it in a list box (or combo box). However, the problem is that when running the application, it is only using the english version (i.e. CodeText.resx) file and not the italian resource file (i.e. CodeText.it.resx) despite the regional settings changed to Italy. I think it cannot find or reads the correct dlls. Any help please? It's urgent.

Thanks

Ashvin Gunga

Ashvin Gunga
AnswerRe: Localization problem with Resource files Pin
sam#11-Feb-07 22:49
sam#11-Feb-07 22:49 
GeneralRe: Localization problem with Resource files Pin
Ashvin Gunga11-Feb-07 22:55
Ashvin Gunga11-Feb-07 22:55 
Questionexception encountered Pin
ArchaBhandare11-Feb-07 20:06
ArchaBhandare11-Feb-07 20:06 
QuestionCrystal Report In C# Pin
romanpdhn11-Feb-07 17:18
romanpdhn11-Feb-07 17:18 
QuestionProblem in accessing COM object Pin
hanofee11-Feb-07 16:46
hanofee11-Feb-07 16:46 
QuestionDynamic HTML Table C# Pin
SharonRao11-Feb-07 14:54
SharonRao11-Feb-07 14:54 
AnswerRe: Dynamic HTML Table C# Pin
gauthee11-Feb-07 21:59
gauthee11-Feb-07 21:59 
GeneralRe: Dynamic HTML Table C# Pin
SharonRao13-Feb-07 12:53
SharonRao13-Feb-07 12:53 
QuestionIs OOP used much in scientific applications? Pin
Lurker0011-Feb-07 13:23
Lurker0011-Feb-07 13:23 
AnswerRe: Is OOP used much in scientific applications? Pin
Christian Graus11-Feb-07 14:20
protectorChristian Graus11-Feb-07 14:20 
GeneralRe: Is OOP used much in scientific applications? Pin
Paul Conrad11-Feb-07 16:58
professionalPaul Conrad11-Feb-07 16:58 
AnswerRe: Is OOP used much in scientific applications? Pin
Vega0211-Feb-07 19:01
Vega0211-Feb-07 19:01 
AnswerRe: Is OOP used much in scientific applications? Pin
Russell Jones11-Feb-07 21:15
Russell Jones11-Feb-07 21:15 
QuestionCustom Controls Pin
dsl/fahk11-Feb-07 10:28
dsl/fahk11-Feb-07 10:28 
AnswerRe: Custom Controls Pin
Christian Graus11-Feb-07 11:04
protectorChristian Graus11-Feb-07 11:04 
QuestionUsing large lookup table Pin
AndrusM11-Feb-07 9:23
AndrusM11-Feb-07 9:23 
AnswerRe: Using large lookup table Pin
Christian Graus11-Feb-07 10:14
protectorChristian Graus11-Feb-07 10:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.