Click here to Skip to main content
15,791,520 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# WPF MenuItem Control not working Pin
Member 783087417-Nov-20 15:51
Member 783087417-Nov-20 15:51 
QuestionHow to group an array list, within a list of records, Linq GroupBy Pin
jkirkerx14-Nov-20 14:29
professionaljkirkerx14-Nov-20 14:29 
AnswerRe: How to group an array list, within a list of records, Linq GroupBy Pin
Gerry Schmitz14-Nov-20 23:31
mveGerry Schmitz14-Nov-20 23:31 
QuestionA proper way to return a list (Xamarin, CollectionView, Realm) Pin
Member 1499286214-Nov-20 10:10
Member 1499286214-Nov-20 10:10 
SuggestionRe: A proper way to return a list (Xamarin, CollectionView, Realm) Pin
Richard MacCutchan14-Nov-20 7:07
mveRichard MacCutchan14-Nov-20 7:07 
GeneralRe: A proper way to return a list (Xamarin, CollectionView, Realm) Pin
Member 1499286214-Nov-20 10:10
Member 1499286214-Nov-20 10:10 
GeneralRe: A proper way to return a list (Xamarin, CollectionView, Realm) Pin
OriginalGriff14-Nov-20 10:16
mvaOriginalGriff14-Nov-20 10:16 
AnswerRe: A proper way to return a list (Xamarin, CollectionView, Realm) Pin
Mycroft Holmes14-Nov-20 13:18
professionalMycroft Holmes14-Nov-20 13:18 
You never actually add the new Note to the List (call it something else eg NoteList)

for...
Note X = new Note()...
NoteList.Add(x)
Never underestimate the power of human stupidity -
RAH
I'm old. I know stuff - JSOP

GeneralRe: A proper way to return a list (Xamarin, CollectionView, Realm) Pin
Member 1499286216-Nov-20 9:17
Member 1499286216-Nov-20 9:17 
QuestionHow to selected value of a dropbox column of a DataGridView programmatically? Pin
Alex Dunlop13-Nov-20 1:41
Alex Dunlop13-Nov-20 1:41 
AnswerRe: How to selected value of a dropbox column of a DataGridView programmatically? Pin
Richard MacCutchan13-Nov-20 2:55
mveRichard MacCutchan13-Nov-20 2:55 
GeneralRe: How to selected value of a dropbox column of a DataGridView programmatically? Pin
Richard Deeming13-Nov-20 3:06
mveRichard Deeming13-Nov-20 3:06 
GeneralRe: How to selected value of a dropbox column of a DataGridView programmatically? Pin
Richard MacCutchan13-Nov-20 3:16
mveRichard MacCutchan13-Nov-20 3:16 
GeneralRe: How to selected value of a dropbox column of a DataGridView programmatically? Pin
Alex Dunlop13-Nov-20 4:09
Alex Dunlop13-Nov-20 4:09 
AnswerRe: How to selected value of a dropbox column of a DataGridView programmatically? Pin
Gerry Schmitz13-Nov-20 5:10
mveGerry Schmitz13-Nov-20 5:10 
QuestionCommented code in c# forms does it affect the performance Pin
Sachin Kulkarni B12-Nov-20 5:50
Sachin Kulkarni B12-Nov-20 5:50 
AnswerRe: Commented code in c# forms does it affect the performance Pin
OriginalGriff12-Nov-20 6:08
mvaOriginalGriff12-Nov-20 6:08 
GeneralRe: Commented code in c# forms does it affect the performance Pin
trønderen12-Nov-20 8:22
trønderen12-Nov-20 8:22 
AnswerRe: Commented code in c# forms does it affect the performance Pin
Gerry Schmitz13-Nov-20 4:58
mveGerry Schmitz13-Nov-20 4:58 
QuestionThe name does not exist in the current context Pin
darkdxd11-Nov-20 23:04
darkdxd11-Nov-20 23:04 
AnswerRe: The name does not exist in the current context Pin
Richard Deeming12-Nov-20 0:01
mveRichard Deeming12-Nov-20 0:01 
AnswerRe: The name does not exist in the current context Pin
trønderen12-Nov-20 0:01
trønderen12-Nov-20 0:01 
AnswerRe: The name does not exist in the current context Pin
Richard MacCutchan12-Nov-20 0:03
mveRichard MacCutchan12-Nov-20 0:03 
AnswerRe: The name does not exist in the current context Pin
OriginalGriff12-Nov-20 0:06
mvaOriginalGriff12-Nov-20 0:06 
QuestionHow to find days between a defined date and now? Pin
Alex Dunlop10-Nov-20 8:51
Alex Dunlop10-Nov-20 8:51 

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.