Click here to Skip to main content
16,006,768 members
Home / Discussions / C#
   

C#

 
GeneralRe: Question on simple binding Pin
Heath Stewart1-Jul-04 17:48
protectorHeath Stewart1-Jul-04 17:48 
GeneralRe: Question on simple binding Pin
Brett Slaski2-Jul-04 3:08
Brett Slaski2-Jul-04 3:08 
GeneralRe: Question on simple binding Pin
Heath Stewart2-Jul-04 3:40
protectorHeath Stewart2-Jul-04 3:40 
GeneralRe: Question on simple binding Pin
Brett Slaski2-Jul-04 9:25
Brett Slaski2-Jul-04 9:25 
GeneralOOP implemenation question Pin
mealnumberone30-Jun-04 2:27
mealnumberone30-Jun-04 2:27 
GeneralRe: OOP implemenation question Pin
Colin Angus Mackay30-Jun-04 3:15
Colin Angus Mackay30-Jun-04 3:15 
GeneralRe: OOP implemenation question Pin
mealnumberone30-Jun-04 7:13
mealnumberone30-Jun-04 7:13 
GeneralRe: OOP implemenation question Pin
Heath Stewart30-Jun-04 8:39
protectorHeath Stewart30-Jun-04 8:39 
You can also extend CollectionBase and override the methods and property that would normally return object. This is possible because those methods - required because the interface is implemented - are implemented with explicit interface declarations. As Colin said, there's tools available to help you, but you should at least understand what is going on with the source they generate.

If you don't extend CollectionBase or another base class, you have to implement all the interfaces required for your code yourself.

 

Microsoft MVP, Visual C#
My Articles
GeneralMouseHover on toolbar button Pin
Member 114743230-Jun-04 1:52
Member 114743230-Jun-04 1:52 
GeneralRe: MouseHover on toolbar button Pin
Nick Parker30-Jun-04 3:06
protectorNick Parker30-Jun-04 3:06 
GeneralRe: MouseHover on toolbar button Pin
Heath Stewart30-Jun-04 3:55
protectorHeath Stewart30-Jun-04 3:55 
GeneralRe: MouseHover on toolbar button Pin
Nick Parker30-Jun-04 6:28
protectorNick Parker30-Jun-04 6:28 
GeneralRe: MouseHover on toolbar button Pin
Heath Stewart30-Jun-04 3:54
protectorHeath Stewart30-Jun-04 3:54 
Generalrefactoring plugin Pin
steven shingler30-Jun-04 1:40
steven shingler30-Jun-04 1:40 
GeneralRe: refactoring plugin Pin
Werdna30-Jun-04 5:49
Werdna30-Jun-04 5:49 
GeneralRe: refactoring plugin Pin
steven shingler30-Jun-04 5:55
steven shingler30-Jun-04 5:55 
GeneralRe: refactoring plugin Pin
Werdna30-Jun-04 6:07
Werdna30-Jun-04 6:07 
GeneralRe: refactoring plugin Pin
steven shingler30-Jun-04 12:40
steven shingler30-Jun-04 12:40 
GeneralFile transfer problems Pin
janne6730-Jun-04 1:31
janne6730-Jun-04 1:31 
GeneralRe: File transfer problems Pin
Not Active30-Jun-04 2:53
mentorNot Active30-Jun-04 2:53 
Generaloverride button to create an image button... Pin
misterbear30-Jun-04 1:01
misterbear30-Jun-04 1:01 
GeneralRe: override button to create an image button... Pin
Nnamdi Onyeyiri30-Jun-04 1:10
Nnamdi Onyeyiri30-Jun-04 1:10 
GeneralDirectX Pin
ghho30-Jun-04 0:03
ghho30-Jun-04 0:03 
GeneralRe: DirectX Pin
Jeremy Kimball30-Jun-04 4:43
Jeremy Kimball30-Jun-04 4:43 
GeneralRe: DirectX Pin
Heath Stewart30-Jun-04 5:47
protectorHeath Stewart30-Jun-04 5:47 

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.