Click here to Skip to main content
15,791,740 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to open all *.xml files on my computer by my C# program ? Pin
Tarakeshwar Reddy20-Apr-11 13:33
professionalTarakeshwar Reddy20-Apr-11 13:33 
AnswerRe: how to open all *.xml files on my computer by my C# program ? Pin
Prasanta_Prince20-Apr-11 22:35
Prasanta_Prince20-Apr-11 22:35 
QuestionHow do I go about recording a playlist to stream to a large mp3? Pin
roman_s20-Apr-11 9:50
roman_s20-Apr-11 9:50 
QuestionAnyone know if this is possible and, if so, how to go about it? Pin
DaleDaleM20-Apr-11 7:27
DaleDaleM20-Apr-11 7:27 
AnswerRe: Anyone know if this is possible and, if so, how to go about it? Pin
Not Active20-Apr-11 7:36
mentorNot Active20-Apr-11 7:36 
AnswerRe: Anyone know if this is possible and, if so, how to go about it? Pin
SledgeHammer0120-Apr-11 8:48
SledgeHammer0120-Apr-11 8:48 
GeneralRe: Anyone know if this is possible and, if so, how to go about it? Pin
DaleDaleM19-May-11 4:30
DaleDaleM19-May-11 4:30 
GeneralRe: Anyone know if this is possible and, if so, how to go about it? Pin
SledgeHammer0119-May-11 5:37
SledgeHammer0119-May-11 5:37 
If I'm to understand, you want to do something like:

SomeMethod(5);

and then never let anybody call SomeMethod(5) again right? Only SomeMethod(4), SomeMethod(6), etc?

So you can just maintain a static list or dictionary or tree with the values that have been passed in and reject dupes.
GeneralRe: Anyone know if this is possible and, if so, how to go about it? Pin
DaleDaleM19-May-11 5:41
DaleDaleM19-May-11 5:41 
AnswerRe: Anyone know if this is possible and, if so, how to go about it? Pin
Ennis Ray Lynch, Jr.20-Apr-11 9:15
Ennis Ray Lynch, Jr.20-Apr-11 9:15 
GeneralRe: Anyone know if this is possible and, if so, how to go about it? Pin
DaleDaleM19-May-11 4:42
DaleDaleM19-May-11 4:42 
AnswerRe: Anyone know if this is possible and, if so, how to go about it? Pin
AspDotNetDev20-Apr-11 10:25
protectorAspDotNetDev20-Apr-11 10:25 
GeneralRe: Anyone know if this is possible and, if so, how to go about it? Pin
BobJanova21-Apr-11 0:32
BobJanova21-Apr-11 0:32 
GeneralRe: Anyone know if this is possible and, if so, how to go about it? Pin
DaleDaleM19-May-11 4:36
DaleDaleM19-May-11 4:36 
AnswerRe: Anyone know if this is possible and, if so, how to go about it? Pin
Luc Pattyn20-Apr-11 13:19
sitebuilderLuc Pattyn20-Apr-11 13:19 
GeneralRe: Anyone know if this is possible and, if so, how to go about it? Pin
DaleDaleM19-May-11 4:39
DaleDaleM19-May-11 4:39 
AnswerRe: Anyone know if this is possible and, if so, how to go about it? Pin
Luc Pattyn19-May-11 4:57
sitebuilderLuc Pattyn19-May-11 4:57 
GeneralRe: Anyone know if this is possible and, if so, how to go about it? Pin
DaleDaleM19-May-11 5:10
DaleDaleM19-May-11 5:10 
AnswerRe: Anyone know if this is possible and, if so, how to go about it? Pin
Luc Pattyn19-May-11 5:29
sitebuilderLuc Pattyn19-May-11 5:29 
QuestionVisual C# 2010 Express Pin
arkiboys20-Apr-11 6:10
arkiboys20-Apr-11 6:10 
AnswerRe: Visual C# 2010 Express Pin
#realJSOP20-Apr-11 6:23
mve#realJSOP20-Apr-11 6:23 
GeneralRe: Visual C# 2010 Express Pin
arkiboys20-Apr-11 12:50
arkiboys20-Apr-11 12:50 
Questionsaving items in the Listbox after adding /moving items from other Listbox/removing etc Pin
DivyaReddyM20-Apr-11 3:47
DivyaReddyM20-Apr-11 3:47 
AnswerRe: saving items in the Listbox after adding /moving items from other Listbox/removing etc Pin
BobJanova20-Apr-11 5:08
BobJanova20-Apr-11 5:08 
AnswerRe: saving items in the Listbox after adding /moving items from other Listbox/removing etc Pin
Blue_Boy20-Apr-11 5:13
Blue_Boy20-Apr-11 5:13 

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.