Click here to Skip to main content
15,899,754 members
Home / Discussions / C#
   

C#

 
GeneralRe: Pop menu without clickin on that menu Pin
Heath Stewart8-Apr-04 5:03
protectorHeath Stewart8-Apr-04 5:03 
Generalproblem with combobox Pin
robmays7-Apr-04 22:22
robmays7-Apr-04 22:22 
GeneralRe: problem with combobox Pin
Heath Stewart8-Apr-04 4:33
protectorHeath Stewart8-Apr-04 4:33 
GeneralRe: problem with combobox Pin
robmays8-Apr-04 8:45
robmays8-Apr-04 8:45 
GeneralRe: problem with combobox Pin
robmays8-Apr-04 18:39
robmays8-Apr-04 18:39 
GeneralRe: problem with combobox Pin
Heath Stewart9-Apr-04 3:31
protectorHeath Stewart9-Apr-04 3:31 
GeneralSimple databinding issue Pin
lustuyck7-Apr-04 21:59
lustuyck7-Apr-04 21:59 
GeneralRe: Simple databinding issue Pin
Heath Stewart8-Apr-04 4:31
protectorHeath Stewart8-Apr-04 4:31 
lustuyck wrote:
Do I miss something...?

Nope. The reason is you read deep into the data-binding topics is because when you use a CurrencyManager to bind against a collection of unknown object types, the collection or list must contain all the same type (or base types that must come before their derivative types) and contain at least one of those types for the data-binding mechanism to discover the Type information correctly.

Even if you use typed parameters and return values, this still won't help since it uses the IList interface, which always returns and accepts the Object type. An object must be present in order to discover the actual Type information.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Simple databinding issue Pin
lustuyck8-Apr-04 5:24
lustuyck8-Apr-04 5:24 
GeneralRe: Simple databinding issue Pin
Heath Stewart8-Apr-04 5:43
protectorHeath Stewart8-Apr-04 5:43 
GeneralCrystal Reports Pin
MeterMan7-Apr-04 21:48
MeterMan7-Apr-04 21:48 
GeneralRe: Crystal Reports Pin
Michael P Butler8-Apr-04 2:31
Michael P Butler8-Apr-04 2:31 
GeneralRe: Crystal Reports Pin
MeterMan9-Apr-04 14:52
MeterMan9-Apr-04 14:52 
GeneralImport Data From Excel to SQL Server Pin
DucLinh7-Apr-04 21:33
DucLinh7-Apr-04 21:33 
GeneralRe: Import Data From Excel to SQL Server Pin
mhmoud rawas7-Apr-04 21:50
mhmoud rawas7-Apr-04 21:50 
GeneralRe: Import Data From Excel files to SQL Server Pin
Mazdak7-Apr-04 21:21
Mazdak7-Apr-04 21:21 
GeneralC#.exe Communication Pin
sreejith ss nair7-Apr-04 20:57
sreejith ss nair7-Apr-04 20:57 
GeneralRe: C#.exe Communication Pin
mhmoud rawas7-Apr-04 21:47
mhmoud rawas7-Apr-04 21:47 
GeneralRe: C#.exe Communication Pin
sreejith ss nair7-Apr-04 22:12
sreejith ss nair7-Apr-04 22:12 
GeneralRe: C#.exe Communication Pin
CWIZO8-Apr-04 2:27
CWIZO8-Apr-04 2:27 
GeneralRe: C#.exe Communication Pin
Dave Kreskowiak8-Apr-04 2:50
mveDave Kreskowiak8-Apr-04 2:50 
GeneralRe: C#.exe Communication Pin
Heath Stewart8-Apr-04 4:25
protectorHeath Stewart8-Apr-04 4:25 
GeneralPaint events on container controls Pin
PhilCrompton7-Apr-04 20:49
PhilCrompton7-Apr-04 20:49 
GeneralRe: Paint events on container controls Pin
Heath Stewart8-Apr-04 4:19
protectorHeath Stewart8-Apr-04 4:19 
Generaljust test Pin
kentou7-Apr-04 20:47
kentou7-Apr-04 20: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.