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

C#

 
GeneralRe: Events in an interface Pin
Stefan Troschuetz1-Mar-07 5:07
Stefan Troschuetz1-Mar-07 5:07 
QuestionPopUp Block Detection Pin
babutkchn1-Mar-07 0:36
babutkchn1-Mar-07 0:36 
Questionxml Pin
md_refay1-Mar-07 0:30
md_refay1-Mar-07 0:30 
AnswerRe: xml Pin
Stefan Troschuetz1-Mar-07 0:48
Stefan Troschuetz1-Mar-07 0:48 
Questiondimension array Pin
md_refay1-Mar-07 0:27
md_refay1-Mar-07 0:27 
AnswerRe: dimension array Pin
Martin#1-Mar-07 0:32
Martin#1-Mar-07 0:32 
QuestionBest way of generating a lookup table Pin
mail5723521-Mar-07 0:13
mail5723521-Mar-07 0:13 
AnswerRe: Best way of generating a lookup table Pin
Stefan Troschuetz1-Mar-07 0:47
Stefan Troschuetz1-Mar-07 0:47 
Personally, I always favor XML over a plain text file. First, you can define an additional schema that allows you and other applications to easily validate whether the XML file contains data in a valid format. Second, you can use XPath to easily lookup the description for a part code. Finally, you are probably able to use the XmlSerializer class to easily create the Xml file in your application; depends on the way the you implemented the list to be stored in your application.?


"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

AnswerRe: Best way of generating a lookup table Pin
thowra1-Mar-07 22:29
thowra1-Mar-07 22:29 
QuestionReturning values Pin
scotlandc1-Mar-07 0:11
scotlandc1-Mar-07 0:11 
Questionasp.net for google map Pin
Member 387693428-Feb-07 23:37
Member 387693428-Feb-07 23:37 
Questionhow to check if object exists? Pin
arkiboys28-Feb-07 23:30
arkiboys28-Feb-07 23:30 
AnswerRe: how to check if object exists? Pin
Sylvester george28-Feb-07 23:34
Sylvester george28-Feb-07 23:34 
GeneralRe: how to check if object exists? Pin
arkiboys28-Feb-07 23:37
arkiboys28-Feb-07 23:37 
GeneralRe: how to check if object exists? Pin
Sylvester george28-Feb-07 23:39
Sylvester george28-Feb-07 23:39 
GeneralRe: how to check if object exists? Pin
Tuwing.Sabado1-Mar-07 0:17
Tuwing.Sabado1-Mar-07 0:17 
AnswerRe: how to check if object exists? Pin
Martin#28-Feb-07 23:36
Martin#28-Feb-07 23:36 
GeneralRe: how to check if object exists? Pin
arkiboys28-Feb-07 23:38
arkiboys28-Feb-07 23:38 
GeneralRe: how to check if object exists? Pin
Martin#28-Feb-07 23:39
Martin#28-Feb-07 23:39 
AnswerRe: how to check if object exists? Pin
Stefan Troschuetz1-Mar-07 0:24
Stefan Troschuetz1-Mar-07 0:24 
QuestionCreateGraphics Pin
md_refay28-Feb-07 23:15
md_refay28-Feb-07 23:15 
AnswerRe: CreateGraphics Pin
Sylvester george28-Feb-07 23:36
Sylvester george28-Feb-07 23:36 
Questiondelegates Pin
Sunshine Always28-Feb-07 22:48
Sunshine Always28-Feb-07 22:48 
AnswerRe: delegates Pin
Stefan Troschuetz28-Feb-07 23:19
Stefan Troschuetz28-Feb-07 23:19 
Questionadd property to programatically created control Pin
vasu6628-Feb-07 22:37
vasu6628-Feb-07 22:37 

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.