No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
HI, How to use multiple forms in c# windows application? Where i need to fetch the information form "Form2" to "Form1". Here Form2 is used to get information from user and again those informations will be used in Form1. Please suggest me to do this. Thanks a lot, Anjali :) | |
Hi, Iam new to java as iam working for dotnet C#. Can any body tell me the software to convert java code to C#. Please, iam in very much need for it. Thanks in advance, Anjali ... | |
Hi, Please suggest me to do FolderBrowserDialog box for "C# Web Application". Thanks a lot, Anjali | |
Hi , I want to add new windows form in the present windows application. Which should be used to get some details from user and then i want those information back into my main form. Please help me to do this. I tried but iam able to show those in … | |
HI, I need to append new tags to the existing xml document. PLease review this code , string txt = TextBox1.Text.ToString(); XmlDocument doc= new XmlDocument(); doc.LoadXml(txt); XmlElement el = doc.CreateElement("property1"); el.SetAttribute("name1", "C1"); el.InnerText = "This row is being appended to the end of the document."; doc.DocumentElement.AppendChild(el); doc.Save(txt); This code will … | |
Hello , I am new to .net(C#) programing. I need some help in my coding , from experts. I have the following Xml file, Ex : <propertybag name="test" type="a" flags="0"> <property name="help" type="String" flags="0" /> <property name="path" type="String" flags="0">/[B]abc[/B]</property> <propertyname="url"type="String"flags="0">/[B]abc1/Samlple.xml[/B]</property> <property name="icon" type="String" flags="0" /> </propertybag> Here i want to … |
The End.