Click here to Skip to main content
15,912,400 members
Home / Discussions / C#
   

C#

 
AnswerRe: Please rate this Visual C# Wallapaper Pin
Colin Angus Mackay30-Nov-08 13:05
Colin Angus Mackay30-Nov-08 13:05 
AnswerRe: Please rate this Visual C# Wallapaper Pin
Christian Graus30-Nov-08 13:36
protectorChristian Graus30-Nov-08 13:36 
AnswerRe: Please rate this Visual C# Wallapaper Pin
Paul Conrad30-Nov-08 14:06
professionalPaul Conrad30-Nov-08 14:06 
AnswerRe: Please rate this Visual C# Wallapaper Pin
leckey30-Nov-08 14:49
leckey30-Nov-08 14:49 
GeneralRe: Please rate this Visual C# Wallapaper Pin
Guffa30-Nov-08 22:25
Guffa30-Nov-08 22:25 
AnswerRe: Please rate this Visual C# Wallapaper Pin
Bottomless Wisdom1-Dec-08 6:59
Bottomless Wisdom1-Dec-08 6:59 
AnswerRe: Please rate this Visual C# Wallapaper Pin
leppie30-Nov-08 23:57
leppie30-Nov-08 23:57 
QuestionContains method doesn't work on BindingList<t></t> [modified] Pin
mahraja30-Nov-08 11:15
mahraja30-Nov-08 11:15 
Hi i have a BindingList<listitem> and i want to check if the list contains an object of ListItem. But the Contains method of the BindingList<> always returns false. can anyone tell me why? and what should i do?

BindingList<listItem> normalExtItems = new BindingList<listItem>();

//elements are added to the bindingList here

extItem = new listItem(Number,Name,Id));

if(normalExtItems.Contains(extItem))//always returns false
{
   //do sth
}


modified on Sunday, November 30, 2008 5:54 PM

GeneralRe: Contains method doesn't work on BindingList Pin
Luc Pattyn30-Nov-08 11:41
sitebuilderLuc Pattyn30-Nov-08 11:41 
AnswerRe: Contains method doesn't work on BindingList Pin
Wendelius30-Nov-08 11:45
mentorWendelius30-Nov-08 11:45 
GeneralRe: Contains method doesn't work on BindingList Pin
mahraja30-Nov-08 11:49
mahraja30-Nov-08 11:49 
GeneralRe: Contains method doesn't work on BindingList Pin
Wendelius30-Nov-08 12:02
mentorWendelius30-Nov-08 12:02 
GeneralRe: Contains method doesn't work on BindingList Pin
mahraja30-Nov-08 12:10
mahraja30-Nov-08 12:10 
GeneralRe: Contains method doesn't work on BindingList Pin
Wendelius30-Nov-08 12:16
mentorWendelius30-Nov-08 12:16 
Question.net Remoting - Initializing server objects. [modified] Pin
Member 232448330-Nov-08 6:52
Member 232448330-Nov-08 6:52 
AnswerRe: .net Remoting - Initializing server objects. Pin
Member 232448330-Nov-08 12:54
Member 232448330-Nov-08 12:54 
Questiongroupbox behavior Pin
electriac30-Nov-08 6:36
electriac30-Nov-08 6:36 
AnswerRe: groupbox behavior Pin
Wendelius30-Nov-08 11:33
mentorWendelius30-Nov-08 11:33 
GeneralRe: groupbox behavior Pin
Luc Pattyn30-Nov-08 11:48
sitebuilderLuc Pattyn30-Nov-08 11:48 
GeneralRe: groupbox behavior Pin
electriac30-Nov-08 12:09
electriac30-Nov-08 12:09 
GeneralRe: groupbox behavior Pin
Luc Pattyn30-Nov-08 12:27
sitebuilderLuc Pattyn30-Nov-08 12:27 
GeneralRe: groupbox behavior Pin
electriac30-Nov-08 15:16
electriac30-Nov-08 15:16 
GeneralRe: groupbox behavior Pin
Luc Pattyn30-Nov-08 15:43
sitebuilderLuc Pattyn30-Nov-08 15:43 
Questiondeserialize issue Pin
George_George30-Nov-08 3:45
George_George30-Nov-08 3:45 
AnswerRe: deserialize issue [modified] Pin
User 665830-Nov-08 3:58
User 665830-Nov-08 3:58 

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.