Click here to Skip to main content
15,898,849 members
Home / Discussions / C#
   

C#

 
AnswerRe: Help Needed on Recording and playing back the events Pin
Ed.Poore9-Feb-07 1:48
Ed.Poore9-Feb-07 1:48 
QuestionGenerating 3D graphs in .Net 2.0 Windows Forms Pin
devloper.web9-Feb-07 0:44
devloper.web9-Feb-07 0:44 
AnswerRe: Generating 3D graphs in .Net 2.0 Windows Forms Pin
Ed.Poore9-Feb-07 1:52
Ed.Poore9-Feb-07 1:52 
Questionscreen saver problem Pin
boss-tech9-Feb-07 0:33
boss-tech9-Feb-07 0:33 
AnswerRe: screen saver problem Pin
Pete O'Hanlon9-Feb-07 0:43
mvePete O'Hanlon9-Feb-07 0:43 
AnswerRe: screen saver problem Pin
Dave Kreskowiak9-Feb-07 5:43
mveDave Kreskowiak9-Feb-07 5:43 
Questionhow to iterate in child node in xml data? URGENT Pin
Tridip Bhattacharjee9-Feb-07 0:26
professionalTridip Bhattacharjee9-Feb-07 0:26 
AnswerRe: how to iterate in child node in xml data? URGENT Pin
Stefan Troschuetz9-Feb-07 0:49
Stefan Troschuetz9-Feb-07 0:49 
You could load the Xml file into a XmlDocument and use the its SelectNodes method to select the nodes you want. The method returns a collection of selected nodes over which you can iterate and retrieve the wanted values.


"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

www.troschuetz.de

Questionhow to connect to default instance of SQL Server? Pin
bouli8-Feb-07 23:33
bouli8-Feb-07 23:33 
AnswerRe: how to connect to default instance of SQL Server? Pin
Colin Angus Mackay8-Feb-07 23:42
Colin Angus Mackay8-Feb-07 23:42 
AnswerRe: how to connect to default instance of SQL Server? Pin
Aaron VanWieren9-Feb-07 0:27
Aaron VanWieren9-Feb-07 0:27 
AnswerRe: how to connect to default instance of SQL Server? Pin
Ryno Burger9-Feb-07 0:47
Ryno Burger9-Feb-07 0:47 
QuestionIrDA - Infrared Pin
iqueiroz8-Feb-07 23:25
iqueiroz8-Feb-07 23:25 
AnswerRe: IrDA - Infrared Pin
m@u8-Feb-07 23:34
m@u8-Feb-07 23:34 
GeneralRe: IrDA - Infrared Pin
iqueiroz8-Feb-07 23:51
iqueiroz8-Feb-07 23:51 
GeneralRe: IrDA - Infrared Pin
m@u9-Feb-07 1:20
m@u9-Feb-07 1:20 
AnswerRe: IrDA - Infrared Pin
Ed.Poore8-Feb-07 23:49
Ed.Poore8-Feb-07 23:49 
GeneralRe: IrDA - Infrared Pin
iqueiroz8-Feb-07 23:52
iqueiroz8-Feb-07 23:52 
GeneralRe: IrDA - Infrared Pin
Ed.Poore9-Feb-07 1:43
Ed.Poore9-Feb-07 1:43 
AnswerRe: IrDA - Infrared Pin
Bekjong9-Feb-07 0:25
Bekjong9-Feb-07 0:25 
GeneralRe: IrDA - Infrared Pin
iqueiroz9-Feb-07 0:35
iqueiroz9-Feb-07 0:35 
QuestionOverriding OnMouseWheel Pin
Bekjong8-Feb-07 22:51
Bekjong8-Feb-07 22:51 
AnswerRe: Overriding OnMouseWheel Pin
Thomas Stockwell9-Feb-07 1:56
professionalThomas Stockwell9-Feb-07 1:56 
GeneralRe: Overriding OnMouseWheel Pin
Bekjong9-Feb-07 2:07
Bekjong9-Feb-07 2:07 
AnswerRe: Overriding OnMouseWheel Pin
BoneSoft5-May-11 3:33
BoneSoft5-May-11 3:33 

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.