Click here to Skip to main content
15,915,019 members
Home / Discussions / C#
   

C#

 
AnswerRe: Need help with creating of program Pin
Pete O'Hanlon17-Nov-15 5:14
mvePete O'Hanlon17-Nov-15 5:14 
GeneralRe: Need help with creating of program Pin
F1nger17-Nov-15 5:17
F1nger17-Nov-15 5:17 
GeneralRe: Need help with creating of program Pin
Dave Kreskowiak17-Nov-15 6:40
mveDave Kreskowiak17-Nov-15 6:40 
GeneralMaking Application a Trial Version Pin
Member 1202173416-Nov-15 22:29
Member 1202173416-Nov-15 22:29 
GeneralRe: Making Application a Trial Version Pin
Richard MacCutchan16-Nov-15 22:40
mveRichard MacCutchan16-Nov-15 22:40 
GeneralRe: Making Application a Trial Version Pin
Pete O'Hanlon16-Nov-15 23:07
mvePete O'Hanlon16-Nov-15 23:07 
GeneralRe: Making Application a Trial Version Pin
Member 1202173410-Dec-15 22:27
Member 1202173410-Dec-15 22:27 
Questioncall web API in c# Pin
Member 1212120116-Nov-15 18:15
Member 1212120116-Nov-15 18:15 
QuestionRe: call web API in c# Pin
PANKAJMAURYA16-Nov-15 18:31
professionalPANKAJMAURYA16-Nov-15 18:31 
AnswerRe: call web API in c# Pin
OriginalGriff16-Nov-15 20:20
mveOriginalGriff16-Nov-15 20:20 
AnswerRe: call web API in c# Pin
Pete O'Hanlon16-Nov-15 21:22
mvePete O'Hanlon16-Nov-15 21:22 
QuestionHow to improve Parallel.For loading speed? Pin
smallkubi16-Nov-15 13:46
smallkubi16-Nov-15 13:46 
AnswerRe: How to improve Parallel.For loading speed? Pin
Richard Deeming17-Nov-15 4:48
mveRichard Deeming17-Nov-15 4:48 
GeneralRe: How to improve Parallel.For loading speed? Pin
smallkubi17-Nov-15 13:43
smallkubi17-Nov-15 13:43 
GeneralRe: How to improve Parallel.For loading speed? Pin
Simon_Whale18-Nov-15 1:26
Simon_Whale18-Nov-15 1:26 
Questionbest explanation of using C# 'virtual, or 'abstract methods ... for beginners in the language Pin
BillWoodruff16-Nov-15 3:58
professionalBillWoodruff16-Nov-15 3:58 
AnswerRe: best explanation of creating a C# class as 'virtual, or 'abstract ... for beginners in the language Pin
OriginalGriff16-Nov-15 4:04
mveOriginalGriff16-Nov-15 4:04 
GeneralRe: best explanation of creating a C# class as 'virtual, or 'abstract ... for beginners in the language Pin
BillWoodruff16-Nov-15 4:20
professionalBillWoodruff16-Nov-15 4:20 
AnswerRe: best explanation of using C# 'virtual, or 'abstract methods ... for beginners in the language Pin
Simon_Whale16-Nov-15 4:40
Simon_Whale16-Nov-15 4:40 
GeneralRe: best explanation of using C# 'virtual, or 'abstract methods ... for beginners in the language Pin
BillWoodruff18-Nov-15 0:33
professionalBillWoodruff18-Nov-15 0:33 
AnswerRe: best explanation of using C# 'virtual, or 'abstract methods ... for beginners in the language Pin
Pete O'Hanlon16-Nov-15 5:38
mvePete O'Hanlon16-Nov-15 5:38 
GeneralRe: best explanation of using C# 'virtual, or 'abstract methods ... for beginners in the language Pin
BillWoodruff18-Nov-15 0:34
professionalBillWoodruff18-Nov-15 0:34 
AnswerRe: best explanation of using C# 'virtual, or 'abstract methods ... for beginners in the language Pin
OriginalGriff16-Nov-15 5:42
mveOriginalGriff16-Nov-15 5:42 
AnswerRe: best explanation of using C# 'virtual, or 'abstract methods ... for beginners in the language Pin
Gerry Schmitz16-Nov-15 18:28
mveGerry Schmitz16-Nov-15 18:28 
QuestionHow can I fill a Combobox while writing? Pin
Member 1191673515-Nov-15 23:56
Member 1191673515-Nov-15 23:56 
I have a Combobox with a few items. Now i will start writing in the Combobox and then only the items who fits with my writing should be shown...


for example in my Combobox are These items: "Summer, Sunshine, Winter"
so if i do nothing, all should be shown
if i write an "S" only "summer" and "sunshine" should be shown
if i write an "Su" only "summer" and "sunshine" should be shown
and if i write "Sum" only "Summer" should be shown

can anyone help me please?

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.