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

C#

 
GeneralFound the way! Pin
nantcom11-Sep-04 22:10
nantcom11-Sep-04 22:10 
GeneralBattery status in c# Pin
nocture11-Sep-04 6:43
nocture11-Sep-04 6:43 
GeneralRe: Battery status in c# Pin
Nick Parker11-Sep-04 7:26
protectorNick Parker11-Sep-04 7:26 
GeneralRe: Battery status in c# Pin
nocture11-Sep-04 7:53
nocture11-Sep-04 7:53 
GeneralRe: Battery status in c# Pin
Nick Parker11-Sep-04 8:15
protectorNick Parker11-Sep-04 8:15 
GeneralRe: Battery status in c# Pin
nocture11-Sep-04 8:29
nocture11-Sep-04 8:29 
GeneralListView DisplayMember Pin
eggie511-Sep-04 4:46
eggie511-Sep-04 4:46 
GeneralRe: ListView DisplayMember Pin
Baris Kurtlutepe11-Sep-04 8:04
Baris Kurtlutepe11-Sep-04 8:04 
Unlike the ListBox control, the ListView control does not have a DisplayMember nor does it have a DataSource, ValueMember or any similar property. Because these are properties inherited from ListControl and ListView control is not inherited from that.

If you're going to implement data binding in a ListView control, you'll have to do so by yourself and depending on the structure, you have to populate the ListView's headers, item collection and -if any- subitems manually.
GeneralRe: ListView DisplayMember Pin
eggie511-Sep-04 10:29
eggie511-Sep-04 10:29 
GeneralHelp with XML Pin
krisst_k10-Sep-04 23:31
krisst_k10-Sep-04 23:31 
GeneralRe: Help with XML Pin
Anonymous10-Sep-04 23:33
Anonymous10-Sep-04 23:33 
GeneralConverting Keys to Chars Pin
User 12301610-Sep-04 23:25
User 12301610-Sep-04 23:25 
GeneralRe: Converting Keys to Chars Pin
EssOEss11-Sep-04 1:10
EssOEss11-Sep-04 1:10 
GeneralRe: Converting Keys to Chars Pin
User 12301612-Sep-04 10:30
User 12301612-Sep-04 10:30 
GeneralFinally Pin
User 12301612-Sep-04 22:45
User 12301612-Sep-04 22:45 
GeneralRemote FileExists problem Pin
DougW4810-Sep-04 20:47
DougW4810-Sep-04 20:47 
GeneralRe: Remote FileExists problem Pin
Salil Khedkar13-Sep-04 1:41
Salil Khedkar13-Sep-04 1:41 
GeneralRe: Remote FileExists problem Pin
DougW4813-Sep-04 17:41
DougW4813-Sep-04 17:41 
GeneralUpdown control in C# Pin
thatsqlguy10-Sep-04 20:44
thatsqlguy10-Sep-04 20:44 
Generalcustom object serializing Pin
akbar nasrabadi10-Sep-04 20:30
akbar nasrabadi10-Sep-04 20:30 
GeneralRe: custom object serializing Pin
sreejith ss nair10-Sep-04 21:08
sreejith ss nair10-Sep-04 21:08 
GeneralRe: custom object serializing Pin
akbar nasrabadi10-Sep-04 21:16
akbar nasrabadi10-Sep-04 21:16 
Generalcreate & innstantiate custom object dynamically Pin
akbar nasrabadi10-Sep-04 20:15
akbar nasrabadi10-Sep-04 20:15 
GeneralRe: create & innstantiate custom object dynamically Pin
sreejith ss nair10-Sep-04 21:07
sreejith ss nair10-Sep-04 21:07 
GeneralLinking Console Windows Pin
WartHog00010-Sep-04 14:18
WartHog00010-Sep-04 14:18 

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.