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

C#

 
QuestionHow to make a dll library? Pin
Alex Dunlop16-Nov-20 1:22
Alex Dunlop16-Nov-20 1:22 
AnswerRe: How to make a dll library? Pin
Richard MacCutchan16-Nov-20 1:44
mveRichard MacCutchan16-Nov-20 1:44 
GeneralRe: How to make a dll library? Pin
Alex Dunlop16-Nov-20 1:47
Alex Dunlop16-Nov-20 1:47 
GeneralRe: How to make a dll library? Pin
Richard MacCutchan16-Nov-20 1:51
mveRichard MacCutchan16-Nov-20 1:51 
AnswerRe: How to make a dll library? Pin
OriginalGriff16-Nov-20 1:50
mvaOriginalGriff16-Nov-20 1:50 
GeneralRe: How to make a dll library? Pin
Alex Dunlop16-Nov-20 2:51
Alex Dunlop16-Nov-20 2:51 
GeneralRe: How to make a dll library? Pin
OriginalGriff16-Nov-20 3:17
mvaOriginalGriff16-Nov-20 3:17 
GeneralRe: How to make a dll library? Pin
Alex Dunlop16-Nov-20 3:25
Alex Dunlop16-Nov-20 3:25 
Yes, I notice my fault later. But I tried to create an DGV object like this:
C#
private DataGridView DataSource = new DataGridView();

But it shows red underline under DataGridView. It says, DataGridView is a namespace.
GeneralRe: How to make a dll library? Pin
OriginalGriff16-Nov-20 3:41
mvaOriginalGriff16-Nov-20 3:41 
GeneralRe: How to make a dll library? Pin
Alex Dunlop16-Nov-20 3:48
Alex Dunlop16-Nov-20 3:48 
GeneralRe: How to make a dll library? Pin
OriginalGriff16-Nov-20 3:50
mvaOriginalGriff16-Nov-20 3:50 
GeneralRe: How to make a dll library? Pin
Alex Dunlop16-Nov-20 4:09
Alex Dunlop16-Nov-20 4:09 
GeneralRe: How to make a dll library? Pin
OriginalGriff16-Nov-20 4:40
mvaOriginalGriff16-Nov-20 4:40 
GeneralRe: How to make a dll library? Pin
Alex Dunlop16-Nov-20 5:15
Alex Dunlop16-Nov-20 5:15 
GeneralRe: How to make a dll library? Pin
OriginalGriff16-Nov-20 5:37
mvaOriginalGriff16-Nov-20 5:37 
GeneralMessage Closed Pin
16-Nov-20 6:23
Alex Dunlop16-Nov-20 6:23 
GeneralRe: How to make a dll library? Pin
OriginalGriff16-Nov-20 6:41
mvaOriginalGriff16-Nov-20 6:41 
GeneralRe: How to make a dll library? Pin
OriginalGriff16-Nov-20 3:21
mvaOriginalGriff16-Nov-20 3:21 
QuestionC# WPF MenuItem Control not working Pin
Member 783087415-Nov-20 10:01
Member 783087415-Nov-20 10:01 
AnswerRe: C# WPF MenuItem Control not working Pin
Mycroft Holmes15-Nov-20 12:03
professionalMycroft Holmes15-Nov-20 12:03 
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 

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.