Click here to Skip to main content
15,900,816 members
Home / Discussions / C#
   

C#

 
GeneralRe: problem while using listbox Pin
Christian Graus12-Feb-08 10:49
protectorChristian Graus12-Feb-08 10:49 
GeneralRe: problem while using listbox Pin
netJP12L12-Feb-08 11:22
netJP12L12-Feb-08 11:22 
GeneralRe: problem while using listbox Pin
Christian Graus12-Feb-08 11:29
protectorChristian Graus12-Feb-08 11:29 
GeneralRe: problem while using listbox Pin
netJP12L12-Feb-08 11:55
netJP12L12-Feb-08 11:55 
GeneralRe: problem while using listbox Pin
Christian Graus12-Feb-08 13:50
protectorChristian Graus12-Feb-08 13:50 
GeneralRich Text Box and Fonts in c# Pin
Ron.Blackwell12-Feb-08 9:39
Ron.Blackwell12-Feb-08 9:39 
GeneralRe: Rich Text Box and Fonts in c# Pin
Giorgi Dalakishvili12-Feb-08 9:50
mentorGiorgi Dalakishvili12-Feb-08 9:50 
Questionhow to add object to listview Pin
netJP12L12-Feb-08 8:03
netJP12L12-Feb-08 8:03 
I want to add an object in my listview i can add string but not any controls

Object obj = new Object();

listviewItem itm = new listviewItem(obj);

listview1.Items.Add(itm);

Thanks
AnswerRe: how to add object to listview Pin
Not Active12-Feb-08 8:27
mentorNot Active12-Feb-08 8:27 
GeneralRe: how to add object to listview Pin
netJP12L12-Feb-08 8:34
netJP12L12-Feb-08 8:34 
GeneralRe: how to add object to listview Pin
DaveyM6912-Feb-08 8:43
professionalDaveyM6912-Feb-08 8:43 
AnswerRe: how to add object to listview Pin
Ravenet12-Feb-08 14:38
Ravenet12-Feb-08 14:38 
GeneralRe: how to add object to listview Pin
Not Active12-Feb-08 16:48
mentorNot Active12-Feb-08 16:48 
QuestionNameOf method? Pin
Skippums12-Feb-08 7:40
Skippums12-Feb-08 7:40 
AnswerRe: NameOf method? Pin
Eslam Afifi12-Feb-08 8:12
Eslam Afifi12-Feb-08 8:12 
GeneralRe: NameOf method? Pin
Ravenet12-Feb-08 14:41
Ravenet12-Feb-08 14:41 
GeneralRe: NameOf method? Pin
Eslam Afifi13-Feb-08 2:32
Eslam Afifi13-Feb-08 2:32 
AnswerRe: NameOf method? Pin
TJoe12-Feb-08 8:13
TJoe12-Feb-08 8:13 
AnswerRe: NameOf method? Pin
Not Active12-Feb-08 8:14
mentorNot Active12-Feb-08 8:14 
AnswerRe: NameOf method? Pin
Luc Pattyn12-Feb-08 14:41
sitebuilderLuc Pattyn12-Feb-08 14:41 
AnswerRe: NameOf method? Pin
Roger Alsing12-Feb-08 22:00
Roger Alsing12-Feb-08 22:00 
GeneralAngle between two vectors Pin
Hami.Net12-Feb-08 7:00
Hami.Net12-Feb-08 7:00 
GeneralRe: Angle between two vectors Pin
Giorgi Dalakishvili12-Feb-08 7:17
mentorGiorgi Dalakishvili12-Feb-08 7:17 
GeneralRe: Angle between two vectors Pin
Eslam Afifi12-Feb-08 7:20
Eslam Afifi12-Feb-08 7:20 
AnswerRe: Angle between two vectors Pin
Spacix One12-Feb-08 7:20
Spacix One12-Feb-08 7:20 

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.