Click here to Skip to main content
15,890,186 members
Home / Discussions / C#
   

C#

 
QuestionHow to embed another executable into a C# Window Form? Pin
bbdaffy11-Nov-08 14:18
bbdaffy11-Nov-08 14:18 
AnswerRe: How to embed another executable into a C# Window Form? Pin
Dave Kreskowiak11-Nov-08 17:46
mveDave Kreskowiak11-Nov-08 17:46 
AnswerRe: How to embed another executable into a C# Window Form? Pin
Giorgi Dalakishvili11-Nov-08 19:25
mentorGiorgi Dalakishvili11-Nov-08 19:25 
QuestionCreating a timeline editor Pin
Eric Burns11-Nov-08 11:53
Eric Burns11-Nov-08 11:53 
QuestionSome quetion xml Pin
E_Gold11-Nov-08 10:30
E_Gold11-Nov-08 10:30 
AnswerRe: Some quetion xml Pin
PIEBALDconsult11-Nov-08 11:07
mvePIEBALDconsult11-Nov-08 11:07 
AnswerRe: Some quetion xml Pin
nelsonpaixao11-Nov-08 13:44
nelsonpaixao11-Nov-08 13:44 
AnswerRe: Some quetion xml Pin
N a v a n e e t h11-Nov-08 17:34
N a v a n e e t h11-Nov-08 17:34 
E_Gold wrote:
how i create xml file in c# code ?


Using XMLDocument or XMLTextWriter.

E_Gold wrote:
how i can delete some records in xml file ?


Load it to XMLDocument instance and work with RemoveChild[^] method.

E_Gold wrote:
how i can search record in xml file ? (like sql query)


Either use XPath or Linq-XML.


QuestionSpecific XML Format Pin
Jammer11-Nov-08 9:31
Jammer11-Nov-08 9:31 
AnswerRe: Specific XML Format Pin
PIEBALDconsult11-Nov-08 9:49
mvePIEBALDconsult11-Nov-08 9:49 
GeneralRe: Specific XML Format Pin
#realJSOP11-Nov-08 9:50
mve#realJSOP11-Nov-08 9:50 
GeneralRe: Specific XML Format Pin
PIEBALDconsult11-Nov-08 11:03
mvePIEBALDconsult11-Nov-08 11:03 
GeneralRe: Specific XML Format Pin
Jammer11-Nov-08 22:33
Jammer11-Nov-08 22:33 
AnswerRe: Specific XML Format Pin
#realJSOP11-Nov-08 9:49
mve#realJSOP11-Nov-08 9:49 
AnswerView source - missing code Pin
DaveyM6911-Nov-08 12:02
professionalDaveyM6911-Nov-08 12:02 
GeneralRe: View source - missing code Pin
PIEBALDconsult11-Nov-08 14:10
mvePIEBALDconsult11-Nov-08 14:10 
AnswerRe: Specific XML Format Pin
PIEBALDconsult11-Nov-08 14:27
mvePIEBALDconsult11-Nov-08 14:27 
QuestionC# projects Pin
parkerproject11-Nov-08 8:19
parkerproject11-Nov-08 8:19 
AnswerRe: C# projects Pin
Pete O'Hanlon11-Nov-08 8:26
mvePete O'Hanlon11-Nov-08 8:26 
GeneralRe: C# projects Pin
parkerproject11-Nov-08 23:56
parkerproject11-Nov-08 23:56 
AnswerRe: C# projects Pin
PIEBALDconsult11-Nov-08 9:02
mvePIEBALDconsult11-Nov-08 9:02 
GeneralRe: C# projects Pin
parkerproject12-Nov-08 0:00
parkerproject12-Nov-08 0:00 
AnswerRe: C# projects Pin
Paul Conrad11-Nov-08 15:34
professionalPaul Conrad11-Nov-08 15:34 
GeneralRe: C# projects Pin
parkerproject11-Nov-08 23:55
parkerproject11-Nov-08 23:55 
GeneralRe: C# projects Pin
Paul Conrad12-Nov-08 3:34
professionalPaul Conrad12-Nov-08 3:34 

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.