Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Member Avatar for guiman

Dear all, I am trying to edit the .resx file (Form1.resx) so I can localize my application for different settings. However, when I edit my .resx file and then view it in Visual Studio, I get an error "ResX file Data at the root level is invalid. Line 1, position …

Member Avatar for doxa.paradoxa
0
1K
Member Avatar for guiman

Hi, I am trying to get all the data from an xml file. I need to get all the attribute values and all the element values (values between tags). Does anyone have any ideas on what is the best XML parser to use?

Member Avatar for kvprajapati
0
44
Member Avatar for guiman

Does anyone have any suggestions on what is the best way to translate a C# application in VS .net? Currently I am translating a GUI in multiple languages and editing the Form.languagecode.resx file but when I make edits to the GUI, even a litte thing like moving a button, all …

Member Avatar for PierlucSS
0
228
Member Avatar for guiman

I have a message Box with two options, Retry or Cancel. Upon clicking cancel, I want to close the MessageBox and then load the main Form. Any idea how to do that? This function is already within a button_click function and I want to get out of this function and …

Member Avatar for DdoubleD
0
117
Member Avatar for guiman

I have an xml file that looks like this for example: <money> <bank id="1"> <name>Checking Account</name> <description>John Doe account</description> </bank> <bank id="2"> <name>Savings Account</name> <description>Bob Smith account</description> </bank> <bank > ..... </bank> </money> I need to parse through, and get the attribute value of <bank>, and the node value of …

0
55
Member Avatar for guiman

I am looking for some advice. I am trying to parse an XML file and then display data from it onto a table in a GUI, using Visual Studio. This will be done in C#. Does anyone have some advice on what is the best way to proceed with that? …

Member Avatar for sknake
0
77