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

C#

 
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 
It's simple. You played 1200 seconds of a 1600 second video. That's 1200/1600 = 0.75, or 75% of the video played.

Your trackbar is 200 pixels wide, for 100%, so each pixel represents 0.5%, or put another way, 2 pixels represents every 1%. So, you draw your marker 75 * 2 pixels over from it's start.

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 
GeneralRe: c# hook - counting keystrokes on the keyboard Pin
Member 1097549730-Dec-18 5:14
Member 1097549730-Dec-18 5:14 
JokeRe: c# hook - counting keystrokes on the keyboard Pin
Luc Pattyn30-Dec-18 5:14
sitebuilderLuc Pattyn30-Dec-18 5:14 
GeneralRe: c# hook - counting keystrokes on the keyboard Pin
Member 1097549730-Dec-18 5:18
Member 1097549730-Dec-18 5:18 
AnswerRe: c# hook - counting keystrokes on the keyboard Pin
Gerry Schmitz30-Dec-18 8:40
mveGerry Schmitz30-Dec-18 8:40 

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.