blah blah blah is here! blah blah » Close

0
votes
1 answers

ListView how to avoid multiple SelectedIndexChanged events

hello, I have a ListView with MultiSelect enabled, so the user is allowed to select/unselect multiple items at once with SHIFT and CTRL. However, I want to get only 1 event per user interaction. For example, when the user clicks to the 1s ...

0
votes
1 answers

closing a form without disposing it

hello, When launching a form from another one, the event handler has: myForm.ShowDialog(); This is good that when I open the form again, user's previous choices are still there. However, I want it non-modal. Therefore, I used this inst ...

Feedback