Click here to Skip to main content
15,915,093 members
Home / Discussions / C#
   

C#

 
QuestionShow Animated Gif Image Pin
GermanDM20-Dec-06 22:49
GermanDM20-Dec-06 22:49 
AnswerRe: Show Animated Gif Image Pin
Martin#20-Dec-06 22:57
Martin#20-Dec-06 22:57 
QuestionClick on application Icon on desktop to display the already running instance of the application in the background and shown in the system tray. Pin
Praveen_S20-Dec-06 21:57
Praveen_S20-Dec-06 21:57 
AnswerRe: Click on application Icon on desktop to display the already running instance of the application in the background and shown in the system tray. Pin
Tarakeshwar Reddy20-Dec-06 22:19
professionalTarakeshwar Reddy20-Dec-06 22:19 
AnswerRe: Click on application Icon on desktop to display the already running instance of the application in the background and shown in the system tray. Pin
stancrm20-Dec-06 22:25
stancrm20-Dec-06 22:25 
Questionintersecting controls Pin
kkadir20-Dec-06 21:51
kkadir20-Dec-06 21:51 
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 

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.