Click here to Skip to main content
15,881,173 members
Home / Discussions / C#
   

C#

 
AnswerRe: Is it possible to save DataGridView contents to a file with a specific suffix which can be loaded just by my own application? Pin
OriginalGriff28-Oct-20 9:27
mveOriginalGriff28-Oct-20 9:27 
AnswerRe: Is it possible to save DataGridView contents to a file with a specific suffix which can be loaded just by my own application? Pin
Gerry Schmitz28-Oct-20 18:31
mveGerry Schmitz28-Oct-20 18:31 
QuestionMouse enter to new form Pin
Member 1497767228-Oct-20 5:01
Member 1497767228-Oct-20 5:01 
AnswerRe: Mouse enter to new form Pin
Richard MacCutchan28-Oct-20 5:44
mveRichard MacCutchan28-Oct-20 5:44 
GeneralRe: Mouse enter to new form Pin
Member 1497767228-Oct-20 5:46
Member 1497767228-Oct-20 5:46 
GeneralRe: Mouse enter to new form Pin
OriginalGriff28-Oct-20 5:57
mveOriginalGriff28-Oct-20 5:57 
QuestionC# win forms .net core, user control, array on a dialog. Pin
jkirkerx27-Oct-20 13:43
professionaljkirkerx27-Oct-20 13:43 
AnswerRe: C# win forms .net core, user control, array on a dialog. Pin
Gerry Schmitz27-Oct-20 19:20
mveGerry Schmitz27-Oct-20 19:20 
What do you do with the "boxes"?

In Windows Forms, WPF and UWP there are "wrapping" controls with a .Children collection, that will space out anything you add to them: user controls; buttons; shapes; etc. No "positioning" required.

You attach click / touch / mouse / wheel handlers to these "children" (that you add) to get them to do what you want. (Or you intercept events at the form level if you can determine the target: fewer hooks)

You iterate over the .Children (or a shadow observable collection) if you want to do some group action.
It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it.
― Confucian Analects: Rules of Confucius about his food

AnswerRe: C# win forms .net core, user control, array on a dialog. Pin
BillWoodruff27-Oct-20 23:05
professionalBillWoodruff27-Oct-20 23:05 
GeneralMessage Closed Pin
27-Oct-20 23:44
Member 1332584627-Oct-20 23:44 
GeneralRe: C# win forms .net core, user control, array on a dialog. Pin
OriginalGriff28-Oct-20 0:03
mveOriginalGriff28-Oct-20 0:03 
GeneralRe: C# win forms .net core, user control, array on a dialog. Pin
jkirkerx28-Oct-20 4:32
professionaljkirkerx28-Oct-20 4:32 
GeneralRe: C# win forms .net core, user control, array on a dialog. Pin
OriginalGriff28-Oct-20 4:40
mveOriginalGriff28-Oct-20 4:40 
GeneralRe: C# win forms .net core, user control, array on a dialog. Pin
jkirkerx28-Oct-20 4:49
professionaljkirkerx28-Oct-20 4:49 
GeneralRe: C# win forms .net core, user control, array on a dialog. Pin
OriginalGriff28-Oct-20 5:20
mveOriginalGriff28-Oct-20 5:20 
GeneralRe: C# win forms .net core, user control, array on a dialog. Pin
jkirkerx28-Oct-20 6:19
professionaljkirkerx28-Oct-20 6:19 
GeneralRe: C# win forms .net core, user control, array on a dialog. Pin
OriginalGriff28-Oct-20 6:35
mveOriginalGriff28-Oct-20 6:35 
AnswerI think I have it now Pin
jkirkerx28-Oct-20 5:16
professionaljkirkerx28-Oct-20 5:16 
QuestionLinq To SQL - Join To Latest Record Pin
Kevin Marois27-Oct-20 12:27
professionalKevin Marois27-Oct-20 12:27 
AnswerRe: Linq To SQL - Join To Latest Record Pin
pkfox27-Oct-20 22:15
professionalpkfox27-Oct-20 22:15 
QuestionTemporal Nulls in C# Pin
RandyBuchholz27-Oct-20 3:18
RandyBuchholz27-Oct-20 3:18 
AnswerRe: Temporal Nulls in C# Pin
Gerry Schmitz27-Oct-20 4:26
mveGerry Schmitz27-Oct-20 4:26 
AnswerRe: Temporal Nulls in C# Pin
Pete O'Hanlon27-Oct-20 9:55
mvePete O'Hanlon27-Oct-20 9:55 
AnswerRe: Temporal Nulls in C# Pin
BillWoodruff27-Oct-20 10:17
professionalBillWoodruff27-Oct-20 10:17 
QuestionProgramming C # Pin
Immanuel Hitila26-Oct-20 12:10
Immanuel Hitila26-Oct-20 12:10 

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.