Click here to Skip to main content
16,013,465 members
Home / Discussions / C#
   

C#

 
GeneralRe: ListView getting the Selected Item Pin
David Stone21-Jul-03 13:47
sitebuilderDavid Stone21-Jul-03 13:47 
GeneralDatatables and XML Pin
draco_iii21-Jul-03 9:32
draco_iii21-Jul-03 9:32 
GeneralRe: Datatables and XML Pin
Ista21-Jul-03 17:11
Ista21-Jul-03 17:11 
GeneralDisplaying Version and Build info in my program. Pin
frogb0x21-Jul-03 9:21
frogb0x21-Jul-03 9:21 
GeneralRe: Displaying Version and Build info in my program. Pin
Anonymous21-Jul-03 10:42
Anonymous21-Jul-03 10:42 
GeneralRe: Displaying Version and Build info in my program. Pin
frogb0x21-Jul-03 10:45
frogb0x21-Jul-03 10:45 
GeneralRe: Displaying Version and Build info in my program. Pin
sandman_max21-Jul-03 11:07
sandman_max21-Jul-03 11:07 
GeneralData source/Display memeber works but data binding doesnt Pin
Anonymous21-Jul-03 8:11
Anonymous21-Jul-03 8:11 
I have CodeObjectList class in which I implmeneted IBindingList, ITypedList, IComponent, IListSource

When I do this

(ComboBox named cboCode)
(cList is the above class)

cboCode.DataSource = cList;
cboCode.DisplayMember = "Description";

it works fine

but

cboCode.DataBindings.Add("Text", cList, "Description");

the it just shows the first item as text and no drop down menu selections.

How come, how do I modify it to use the data bindings collection?

thanks
nick


General.net sdk and visual studio compatability Pin
Zibar21-Jul-03 7:21
sussZibar21-Jul-03 7:21 
GeneralRe: .net sdk and visual studio compatability Pin
Mazdak21-Jul-03 9:45
Mazdak21-Jul-03 9:45 
GeneralRe: .net sdk and visual studio compatability Pin
Zibar22-Jul-03 1:05
sussZibar22-Jul-03 1:05 
GeneralCustom Validation For TextBox Pin
clayne21-Jul-03 7:19
clayne21-Jul-03 7:19 
GeneralRe: Custom Validation For TextBox Pin
David Stone21-Jul-03 14:11
sitebuilderDavid Stone21-Jul-03 14:11 
Generaluser control in designer : path problem Pin
dake_cdx21-Jul-03 5:48
dake_cdx21-Jul-03 5:48 
GeneralRe: user control in designer : path problem Pin
dake_cdx21-Jul-03 23:20
dake_cdx21-Jul-03 23:20 
GeneralRe: Active window Pin
apferreira21-Jul-03 5:25
apferreira21-Jul-03 5:25 
GeneralRe: Active window Pin
apferreira21-Jul-03 5:55
apferreira21-Jul-03 5:55 
GeneralRe: Active window Pin
apferreira21-Jul-03 6:18
apferreira21-Jul-03 6:18 
GeneralRe: Active window Pin
J. Dunlap21-Jul-03 8:03
J. Dunlap21-Jul-03 8:03 
GeneralRe: Active window Pin
J. Dunlap21-Jul-03 7:57
J. Dunlap21-Jul-03 7:57 
GeneralRe: Active window Pin
J. Dunlap21-Jul-03 8:04
J. Dunlap21-Jul-03 8:04 
GeneralExchange Pin
totig21-Jul-03 5:10
totig21-Jul-03 5:10 
GeneralRe: Exchange Pin
apferreira21-Jul-03 5:19
apferreira21-Jul-03 5:19 
GeneralC# ListView Column Order/Reorder Pin
Scottk (TKS)21-Jul-03 4:24
Scottk (TKS)21-Jul-03 4:24 
GeneralRe: C# ListView Column Order/Reorder Pin
apferreira21-Jul-03 5:00
apferreira21-Jul-03 5:00 

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.