Click here to Skip to main content
15,893,381 members
Home / Discussions / C#
   

C#

 
AnswerRe: intersecting controls Pin
Nougat H.21-Dec-06 0:57
Nougat H.21-Dec-06 0:57 
QuestionHow to access the Generic.Dictionary by an index. Pin
MarkPhB20-Dec-06 21:30
MarkPhB20-Dec-06 21:30 
AnswerRe: How to access the Generic.Dictionary by an index. Pin
Martin#20-Dec-06 21:54
Martin#20-Dec-06 21:54 
GeneralRe: How to access the Generic.Dictionary by an index. [modified] Pin
MarkPhB20-Dec-06 22:09
MarkPhB20-Dec-06 22:09 
GeneralRe: How to access the Generic.Dictionary by an index. Pin
Martin#20-Dec-06 22:16
Martin#20-Dec-06 22:16 
GeneralRe: How to access the Generic.Dictionary by an index. Pin
J4amieC20-Dec-06 22:45
J4amieC20-Dec-06 22:45 
GeneralRe: How to access the Generic.Dictionary by an index. Pin
Martin#20-Dec-06 22:52
Martin#20-Dec-06 22:52 
GeneralRe: How to access the Generic.Dictionary by an index. Pin
Tim Paaschen20-Dec-06 22:41
Tim Paaschen20-Dec-06 22:41 
The class System.Collections.ObjectModel.KeyedCollection provides the functionality you are looking for. However, you have to derive your own collection class from it, as you must override the GetKeyForItem member. Maybe it is suited for your application.


Regards,
Tim

GeneralRe: How to access the Generic.Dictionary by an index. Pin
MarkPhB20-Dec-06 23:08
MarkPhB20-Dec-06 23:08 
QuestionHow does the HKL struct look like? Pin
Martin#20-Dec-06 21:25
Martin#20-Dec-06 21:25 
AnswerRe: How does the HKL struct look like? Pin
Pete O'Hanlon20-Dec-06 22:52
mvePete O'Hanlon20-Dec-06 22:52 
GeneralRe: How does the HKL struct look like? Pin
Martin#20-Dec-06 23:24
Martin#20-Dec-06 23:24 
Questionhandle events for objects created on the fly? Pin
JoeRip20-Dec-06 21:03
JoeRip20-Dec-06 21:03 
AnswerRe: handle events for objects created on the fly? Pin
Tarakeshwar Reddy20-Dec-06 21:24
professionalTarakeshwar Reddy20-Dec-06 21:24 
AnswerRe: handle events for objects created on the fly? Pin
AmitSumit20-Dec-06 21:29
AmitSumit20-Dec-06 21:29 
GeneralRe: handle events for objects created on the fly? Pin
JoeRip20-Dec-06 21:56
JoeRip20-Dec-06 21:56 
QuestionTransparent control with Magnifier functionality [modified] Pin
free_soul42420-Dec-06 20:58
free_soul42420-Dec-06 20:58 
QuestionHow to create the set up for "Word Template" project Pin
AmitSumit20-Dec-06 20:53
AmitSumit20-Dec-06 20:53 
QuestionHow to change fonts of any custom string ?? Pin
Waqas Nasir20-Dec-06 20:24
Waqas Nasir20-Dec-06 20:24 
AnswerRe: How to change fonts of any custom string ?? Pin
Guffa20-Dec-06 21:01
Guffa20-Dec-06 21:01 
QuestionHow to add a seperator in context menu control for .NET 1.1? Pin
Waqas Nasir20-Dec-06 20:22
Waqas Nasir20-Dec-06 20:22 
AnswerRe: How to add a seperator in context menu control for .NET 1.1? Pin
Pete O'Hanlon20-Dec-06 22:54
mvePete O'Hanlon20-Dec-06 22:54 
QuestionHow to know if a file is being used by another process? Pin
jamesjk20-Dec-06 19:03
jamesjk20-Dec-06 19:03 
AnswerRe: How to know if a file is being used by another process? Pin
jdkulkarni20-Dec-06 19:25
jdkulkarni20-Dec-06 19:25 
AnswerRe: How to know if a file is being used by another process? Pin
Shajeel20-Dec-06 19:43
Shajeel20-Dec-06 19:43 

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.