Click here to Skip to main content
15,892,005 members
Home / Discussions / C#
   

C#

 
QuestionHow to grow to be top programmer in c#? Pin
supercsharp125-Sep-07 17:54
supercsharp125-Sep-07 17:54 
AnswerRe: How to grow to be top programmer in c#? Pin
dengboo25-Sep-07 19:16
dengboo25-Sep-07 19:16 
AnswerRe: How to grow to be top programmer in c#? Pin
Scott Dorman25-Sep-07 20:15
professionalScott Dorman25-Sep-07 20:15 
QuestionQuit Contextmenue strip Pin
sooberfellow25-Sep-07 17:45
sooberfellow25-Sep-07 17:45 
QuestionHow to implement a user configuration for an Application by C#? [modified] Pin
YouMiss25-Sep-07 17:05
YouMiss25-Sep-07 17:05 
AnswerRe: How to implement a user configuration for an Application by C#? Pin
dengboo25-Sep-07 17:22
dengboo25-Sep-07 17:22 
GeneralRe: How to implement a user configuration for an Application by C#? Pin
YouMiss25-Sep-07 17:40
YouMiss25-Sep-07 17:40 
GeneralRe: How to implement a user configuration for an Application by C#? Pin
dengboo25-Sep-07 19:12
dengboo25-Sep-07 19:12 
YouMiss wrote:
I did read about that the C# (or maybe the .NET framework) supports the *.resx file format which is to persist all the external resources used for an application. However, upon what I read I haven't figured out how to modify a resource file at real-time. And yes, the resource file is making use of the XML file. Is it what you were just trying to say?


.resx file is mostly like a file stores base 64 string of images or the extra infos of design mode of a form, and as default it's build as "Embedded Resource" in VS2005 (see the properties of one form, there is a "Build Action" node at the properties window). If you want to read and write the use configuration, a good way is to use .xml file or .config file, the select the "Build Action" as "Content", and the property "Copy to Output Direactory" as "Copy if newer".

---------------------------------
Believe what you saw!

AnswerRe: How to implement a user configuration for an Application by C#? Pin
J4amieC25-Sep-07 22:04
J4amieC25-Sep-07 22:04 
GeneralRe: How to implement a user configuration for an Application by C#? Pin
YouMiss26-Sep-07 1:13
YouMiss26-Sep-07 1:13 
QuestionForm Skin Pin
Hoss Fly25-Sep-07 16:48
Hoss Fly25-Sep-07 16:48 
AnswerRe: Form Skin Pin
Paul Conrad26-Sep-07 17:56
professionalPaul Conrad26-Sep-07 17:56 
QuestionI have a problem with this error Pin
malkan Rahim Nazari25-Sep-07 15:54
malkan Rahim Nazari25-Sep-07 15:54 
AnswerRe: I have a problem with this error Pin
Rob Graham25-Sep-07 16:28
Rob Graham25-Sep-07 16:28 
GeneralRe: I have a problem with this error Pin
malkan Rahim Nazari25-Sep-07 20:36
malkan Rahim Nazari25-Sep-07 20:36 
GeneralRe: I have a problem with this error Pin
Malcolm Smart25-Sep-07 21:57
Malcolm Smart25-Sep-07 21:57 
QuestionDetecting key pressed on parent/childs MDI forms Pin
dsovino25-Sep-07 13:29
dsovino25-Sep-07 13:29 
AnswerRe: Detecting key pressed on parent/childs MDI forms Pin
Amjath Rahman25-Sep-07 15:22
Amjath Rahman25-Sep-07 15:22 
AnswerRe: Detecting key pressed on parent/childs MDI forms Pin
dsovino25-Sep-07 18:38
dsovino25-Sep-07 18:38 
GeneralRe: Detecting key pressed on parent/childs MDI forms Pin
dengboo25-Sep-07 18:47
dengboo25-Sep-07 18:47 
Question[Message Deleted] Pin
ahemoudi25-Sep-07 12:48
ahemoudi25-Sep-07 12:48 
AnswerRe: Virtual Reality Pin
Christian Graus25-Sep-07 13:40
protectorChristian Graus25-Sep-07 13:40 
GeneralRe: Virtual Reality [modified] Pin
Paul Conrad26-Sep-07 17:56
professionalPaul Conrad26-Sep-07 17:56 
GeneralRe: Virtual Reality Pin
leckey26-Sep-07 3:21
leckey26-Sep-07 3:21 
AnswerRe: Virtual Reality Pin
Sathesh Sakthivel25-Sep-07 19:31
Sathesh Sakthivel25-Sep-07 19:31 

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.