Hi Everyone,
I have Visual Studio 2008 SP1 installed and lately it is taking longer and longer to bring up a Resource File (.resx) in its standard editor. Some of the file loads up, but you can see that the screen does not paint/render it 100%.
I tried doing some searching on the web and the only thing I came across was doing a edit to the GDIProcessHandl eQuota registry entry from 10,000 to 20,000. This appeared to work...
Search Result
Collapse
3 results in 0.0039 seconds.
Keywords
Members
Tags
-
Resource File ( resx ) Editor Not Painting / Rendering in Visual Studio 2008
-
spoonybard started a topic Resource File ( resx ) Editor Not Painting / Rendering in Visual Studio 2008in XMLResource File ( resx ) Editor Not Painting / Rendering in Visual Studio 2008
Hi Everyone,
I have Visual Studio 2008 SP1 installed and lately it is taking longer and longer to bring up a Resource File (.resx) in its standard editor. Some of the file loads up, but you can see that the screen does not paint/render it 100%.
I tried doing some searching on the web and the only thing I came across was doing a edit to the GDIProcessHandl eQuota registry entry from 10,000 to 20,000. This appeared to work... -
How do you implement a multi language GUI using resx files?
Hi,
I am trying to implement a multi language GUI. I went on several websites and found documentation on resx files. I found it interesting but i must forgot one step.
I declared a resx file by default "Resources.resx " (english) and another for the french language "Resources. fr-CA.resx".
On my application i have a menu that allows the user to choose the language English or French....