Click here to Skip to main content
15,895,538 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: Using a WSDL provided by a third party in C# project Pin
Eagle3231-Dec-18 3:15
Eagle3231-Dec-18 3:15 
GeneralRe: Using a WSDL provided by a third party in C# project Pin
OriginalGriff31-Dec-18 3:29
mveOriginalGriff31-Dec-18 3:29 
GeneralRe: Using a WSDL provided by a third party in C# project Pin
OriginalGriff31-Dec-18 3:32
mveOriginalGriff31-Dec-18 3:32 
Questionc# hook - counting keystrokes on the keyboard Pin
Member 1097549730-Dec-18 5:09
Member 1097549730-Dec-18 5:09 
AnswerRe: c# hook - counting keystrokes on the keyboard Pin
OriginalGriff30-Dec-18 5:13
mveOriginalGriff30-Dec-18 5:13 

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.