blah blah blah is here! blah blah » Close

0
votes
1 answers

iterator for a generic class, compiler error

I'm trying an iterator on my own collection class. I had no problem with the regular version and now I modified it for generics. Since the modifications are minimal, I am surprised it doesn't compile. Any insights? [code] public cla ...

0
votes
3 answers

Null Element in a Generic List

Hi I want to create a class that will get a custom type generic list and will add an value of 0 in a specified element. To be more clear here is an example: I have the following: public class Clients { public int Clie ...

1
votes
1 answers

Bitmap.Save() Problems

I'm getting a generic GDI+ error when I save my Bitmap more than once. The complaint is that the Bitmap is being used by another process. I've tried manually closing, flushing, nullifying, and disposing the stream. Nothing I've tried has wo ...

Feedback