Click here to Skip to main content
15,885,757 members
Home / Discussions / C#
   

C#

 
QuestionA first chance exception of type 'System.Data.SqlServerCe.SqlCeException' occurred in Microsoft.Phone.Data.Internal.ni.dll Pin
Gene Lim23-Feb-14 22:40
Gene Lim23-Feb-14 22:40 
AnswerRe: A first chance exception of type 'System.Data.SqlServerCe.SqlCeException' occurred in Microsoft.Phone.Data.Internal.ni.dll Pin
Naveen Kumar Krishnan24-Feb-14 1:18
Naveen Kumar Krishnan24-Feb-14 1:18 
GeneralRe: A first chance exception of type 'System.Data.SqlServerCe.SqlCeException' occurred in Microsoft.Phone.Data.Internal.ni.dll Pin
Gene Lim24-Feb-14 2:53
Gene Lim24-Feb-14 2:53 
QuestionSQL SELECT Current User c# Pin
mcgurdan22-Feb-14 9:49
mcgurdan22-Feb-14 9:49 
AnswerRe: SQL SELECT Current User c# Pin
Ravi Bhavnani22-Feb-14 11:13
professionalRavi Bhavnani22-Feb-14 11:13 
QuestionHow do I inherit ComboBox to implement my function Pin
Member 1041329221-Feb-14 21:50
professionalMember 1041329221-Feb-14 21:50 
AnswerRe: How do I inherit ComboBox to implement my function Pin
Richard MacCutchan21-Feb-14 23:10
mveRichard MacCutchan21-Feb-14 23:10 
GeneralRe: How do I inherit ComboBox to implement my function Pin
BillWoodruff22-Feb-14 5:44
professionalBillWoodruff22-Feb-14 5:44 
Unfortunately, that MSDN example code (all too typical of the so often valueless, poorly written, code samples on MSDN) does only one thing: it automatically removes all instances of ComboBoxItems with the same (string) value: an off-topic digression in terms of illustrating what the SelectedIndexChanged Event is about.

In the "real-world," you would filter your ComboBox Items in some way (via Linq 'Distinct if you were data binding, etc.) so you prevented duplicates. I suppose, in some exotic case one would allow duplicates, but I have yet to see that.

In this case, the OP wants to remove a ComboBoxItem only if the the end-user clicks on a special owner-drawn area of the ComboBoxItem. We don't know if the OP "allows" duplicate items, or wishes to remove duplicate ComboBoxItems.

Forgive me if I sound like I'm displacing anti-MSDN-doc-fervor ... onto you ... please Smile | :)
“The best hope is that one of these days the Ground will get disgusted enough just to walk away ~ leaving people with nothing more to stand ON than what they have so bloody well stood FOR up to now.” Kenneth Patchen, Poet

GeneralRe: How do I inherit ComboBox to implement my function Pin
Dave Kreskowiak22-Feb-14 8:11
mveDave Kreskowiak22-Feb-14 8:11 
GeneralRe: How do I inherit ComboBox to implement my function Pin
BillWoodruff22-Feb-14 8:30
professionalBillWoodruff22-Feb-14 8:30 
GeneralRe: How do I inherit ComboBox to implement my function Pin
Ravi Bhavnani22-Feb-14 11:15
professionalRavi Bhavnani22-Feb-14 11:15 
GeneralRe: How do I inherit ComboBox to implement my function Pin
Dave Kreskowiak23-Feb-14 4:47
mveDave Kreskowiak23-Feb-14 4:47 
GeneralRe: How do I inherit ComboBox to implement my function Pin
Ravi Bhavnani23-Feb-14 6:34
professionalRavi Bhavnani23-Feb-14 6:34 
GeneralRe: How do I inherit ComboBox to implement my function Pin
Richard MacCutchan23-Feb-14 21:59
mveRichard MacCutchan23-Feb-14 21:59 
GeneralRe: How do I inherit ComboBox to implement my function Pin
Member 1041329223-Feb-14 13:53
professionalMember 1041329223-Feb-14 13:53 
AnswerRe: How do I inherit ComboBox to implement my function Pin
BillWoodruff22-Feb-14 4:48
professionalBillWoodruff22-Feb-14 4:48 
GeneralRe: How do I inherit ComboBox to implement my function Pin
Member 1041329223-Feb-14 13:50
professionalMember 1041329223-Feb-14 13:50 
GeneralRe: How do I inherit ComboBox to implement my function Pin
BillWoodruff23-Feb-14 14:06
professionalBillWoodruff23-Feb-14 14:06 
Questionslow motion problem in picture box... Pin
Edalat_201121-Feb-14 21:36
Edalat_201121-Feb-14 21:36 
AnswerRe: slow motion problem in picture box... Pin
BillWoodruff22-Feb-14 9:11
professionalBillWoodruff22-Feb-14 9:11 
AnswerRe: slow motion problem in picture box... Pin
TnTinMn23-Feb-14 11:10
TnTinMn23-Feb-14 11:10 
QuestionAcroRd32.exe command line options and alternatives Pin
kranthi198821-Feb-14 10:58
kranthi198821-Feb-14 10:58 
AnswerRe: AcroRd32.exe command line options and alternatives Pin
Garth J Lancaster21-Feb-14 11:14
professionalGarth J Lancaster21-Feb-14 11:14 
Questionhow to use a key in md5 algorithm in c# Pin
rincy sivan21-Feb-14 0:22
rincy sivan21-Feb-14 0:22 
AnswerRe: how to use a key in md5 algorithm in c# Pin
Eddy Vluggen21-Feb-14 0:27
professionalEddy Vluggen21-Feb-14 0:27 

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.