Click here to Skip to main content
15,891,919 members
Home / Discussions / C#
   

C#

 
GeneralTransparent Background for PocketPC Pin
Rowdy12330-Sep-03 14:07
Rowdy12330-Sep-03 14:07 
GeneralRe: Transparent Background for PocketPC Pin
J. Dunlap30-Sep-03 14:12
J. Dunlap30-Sep-03 14:12 
GeneralRe: Transparent Background for PocketPC Pin
Rowdy12330-Sep-03 14:22
Rowdy12330-Sep-03 14:22 
GeneralRe: Transparent Background for PocketPC Pin
J. Dunlap30-Sep-03 14:28
J. Dunlap30-Sep-03 14:28 
QuestionFile/Folder Name Problems - How to get around? Pin
Khang Nguyen30-Sep-03 12:44
Khang Nguyen30-Sep-03 12:44 
AnswerRe: File/Folder Name Problems - How to get around? Pin
Meysam Mahfouzi30-Sep-03 18:03
Meysam Mahfouzi30-Sep-03 18:03 
GeneralProblem with winsock programming with character encoding. Pin
Andrlage30-Sep-03 11:14
Andrlage30-Sep-03 11:14 
GeneralSpecialized Collection/List Pin
J. Dunlap30-Sep-03 10:44
J. Dunlap30-Sep-03 10:44 
I'm needing a specialized list class that meets these criteria:

* Small memory footprint
* Uses keys and allows duplicate keys
* Fast lookup and allocation.
* Allows retrieval by index (much preferred, but no absolutely required)

Something like the HybridDictionary class would be perfect, except that it doesn't allow duplicate keys, which is essential.

I'm wanting to keep away from Hashtables if possible, because they have a large memory footprint.

Do you know where I can get a class like this? Otherwise, how is the best way to go about making one? Shall I just start completely from scratch, using two ArrayLists, or is there something intermediate that I can build on?


"Blessed are the peacemakers, for they shall be called sons of God." - Jesus

"You must be the change you wish to see in the world." - Mahatma Gandhi







GeneralRe: Specialized Collection/List Pin
leppie30-Sep-03 12:01
leppie30-Sep-03 12:01 
GeneralRe: Specialized Collection/List Pin
leppie30-Sep-03 12:22
leppie30-Sep-03 12:22 
GeneralRe: Specialized Collection/List Pin
J. Dunlap30-Sep-03 12:25
J. Dunlap30-Sep-03 12:25 
GeneralRe: Specialized Collection/List Pin
leppie30-Sep-03 12:30
leppie30-Sep-03 12:30 
GeneralRe: Specialized Collection/List Pin
J. Dunlap30-Sep-03 13:37
J. Dunlap30-Sep-03 13:37 
GeneralRe: Specialized Collection/List Pin
Joel Holdsworth14-Oct-03 12:09
Joel Holdsworth14-Oct-03 12:09 
GeneralRe: Specialized Collection/List Pin
leppie14-Oct-03 17:10
leppie14-Oct-03 17:10 
GeneralDirectX 9 Pin
diltsman30-Sep-03 8:30
diltsman30-Sep-03 8:30 
GeneralScreensaver Pin
obelisk2930-Sep-03 8:25
obelisk2930-Sep-03 8:25 
QuestionMore limited than internal? Pin
Meysam Mahfouzi30-Sep-03 5:59
Meysam Mahfouzi30-Sep-03 5:59 
AnswerRe: More limited than internal? Pin
Nathan Blomquist30-Sep-03 10:48
Nathan Blomquist30-Sep-03 10:48 
AnswerRe: More limited than internal? Pin
Blake Coverett30-Sep-03 11:39
Blake Coverett30-Sep-03 11:39 
GeneralRe: More limited than internal? Pin
Meysam Mahfouzi30-Sep-03 18:09
Meysam Mahfouzi30-Sep-03 18:09 
GeneralRe: More limited than internal? Pin
Blake Coverett30-Sep-03 19:26
Blake Coverett30-Sep-03 19:26 
GeneralRe: More limited than internal? Pin
Meysam Mahfouzi1-Oct-03 3:36
Meysam Mahfouzi1-Oct-03 3:36 
GeneralRe: More limited than internal? Pin
Nathan Blomquist2-Oct-03 10:44
Nathan Blomquist2-Oct-03 10:44 
GeneralRe: More limited than internal? Pin
Meysam Mahfouzi2-Oct-03 20:10
Meysam Mahfouzi2-Oct-03 20:10 

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.