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

C#

 
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 
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 
I'm glad you got some benefit from my response Smile | :)
_Q12_ wrote:
Can you summarize it for me please? What can be done? what is used for (the most)? I'm refering to win32 COM plumbing thing
All I can say is that the underlying COM stuff we're still using (often, like the built-in WinForms Controls, wrapped in a shiny .NET API, with a GUI stuck on it) involves a lot internal, highly complex, architecture, and heavy use of the lowest level Win OS facilities. Check out the history of COM: Component Object Model - Wikipedia[^].

Whether you should "go deep" into the plumbing ? To really respond to that, I'd need to know a lot more about you, and your goals.

I would recommend you try to achieve fluency in a high-level language, like C#; learn fundamentals you'd need to know in any programming language, and develop practical programming skills; learn concepts of algorithms, design patterns, interfaces, and OOP; study a philosophy of program design and object/inheritance like SOLID: [^]. And, certainly, get competent with JavaScript, HTML, and web-related tools.

best wishes, Bill
«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: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 

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.