Click here to Skip to main content
15,887,214 members
Home / Discussions / C#
   

C#

 
QuestionWhy is the Custom Picker SelectedItem always wrong? Pin
ChristopherLeon2-Jan-19 21:13
ChristopherLeon2-Jan-19 21:13 
SuggestionRe: Why is the Custom Picker SelectedItem always wrong? Pin
Richard MacCutchan2-Jan-19 22:03
mveRichard MacCutchan2-Jan-19 22:03 
GeneralRe: Why is the Custom Picker SelectedItem always wrong? (Xamarin Cross Plattform - iOS) Pin
ChristopherLeon2-Jan-19 23:31
ChristopherLeon2-Jan-19 23:31 
AnswerRe: Why is the Custom Picker SelectedItem always wrong? Pin
Pete O'Hanlon2-Jan-19 23:13
mvePete O'Hanlon2-Jan-19 23:13 
Questionconvert word document to HTML with special characters Pin
Member 141066092-Jan-19 20:37
Member 141066092-Jan-19 20:37 
AnswerRe: convert word document to HTML with special characters Pin
OriginalGriff2-Jan-19 21:17
mveOriginalGriff2-Jan-19 21:17 
Questionc# error: ...does not implement interface member... Pin
_Q12_1-Jan-19 11:33
_Q12_1-Jan-19 11:33 
AnswerRe: c# error: ...does not implement interface member... Pin
BillWoodruff1-Jan-19 19:45
professionalBillWoodruff1-Jan-19 19:45 
You need to implement
public bool PreFilterMessage(ref Message m)
{
    // handle the messages of interest
}
The link you cite should help you understand the messages you need to handle; also, see: [^].

You're getting down in the plumbing with this: it's liable to be tricky; a given COM component may, or may not, behave like others.
«Where is the Life we have lost in living? Where is the wisdom we have lost in knowledge? Where is the knowledge we have lost in information?» T. S. Elliot

GeneralRe: c# error: ...does not implement interface member... Pin
_Q12_2-Jan-19 0:31
_Q12_2-Jan-19 0:31 
GeneralRe: c# error: ...does not implement interface member... Pin
BillWoodruff2-Jan-19 0:50
professionalBillWoodruff2-Jan-19 0:50 
GeneralRe: c# error: ...does not implement interface member... Pin
_Q12_2-Jan-19 0:59
_Q12_2-Jan-19 0:59 
GeneralRe: c# error: ...does not implement interface member... Pin
BillWoodruff2-Jan-19 2:58
professionalBillWoodruff2-Jan-19 2:58 
AnswerRe: c# error: ...does not implement interface member... Pin
mtoha13-Jan-19 19:33
professionalmtoha13-Jan-19 19:33 
QuestionHow to clone a videoPlayer trackbar? Pin
_Q12_1-Jan-19 4:15
_Q12_1-Jan-19 4:15 
AnswerRe: How to clone a videoPlayer trackbar? Pin
Dave Kreskowiak1-Jan-19 4:54
mveDave Kreskowiak1-Jan-19 4:54 
GeneralRe: How to clone a videoPlayer trackbar? Pin
_Q12_1-Jan-19 5:03
_Q12_1-Jan-19 5:03 
GeneralRe: How to clone a videoPlayer trackbar? Pin
Dave Kreskowiak1-Jan-19 5:09
mveDave Kreskowiak1-Jan-19 5:09 
GeneralRe: How to clone a videoPlayer trackbar? Pin
_Q12_1-Jan-19 5:54
_Q12_1-Jan-19 5:54 
AnswerRe: How to clone a videoPlayer trackbar? Pin
OriginalGriff1-Jan-19 5:22
mveOriginalGriff1-Jan-19 5:22 
GeneralRe: How to clone a videoPlayer trackbar? Pin
_Q12_1-Jan-19 6:28
_Q12_1-Jan-19 6:28 
GeneralRe: How to clone a videoPlayer trackbar? Pin
OriginalGriff1-Jan-19 8:15
mveOriginalGriff1-Jan-19 8:15 
GeneralRe: How to clone a videoPlayer trackbar? Pin
_Q12_1-Jan-19 8:39
_Q12_1-Jan-19 8:39 
GeneralRe: How to clone a videoPlayer trackbar? Pin
OriginalGriff1-Jan-19 19:53
mveOriginalGriff1-Jan-19 19:53 
QuestionUsing a WSDL provided by a third party in C# project Pin
Eagle3230-Dec-18 23:54
Eagle3230-Dec-18 23:54 
GeneralRe: Using a WSDL provided by a third party in C# project Pin
Richard MacCutchan31-Dec-18 3:07
mveRichard MacCutchan31-Dec-18 3:07 

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.