blah blah blah is here! blah blah » Close

0
votes
1 answers

best practice for use of threads with thread safe data exchange, end signal and exception handling

Hi I am only a lower intermediate user of C# and want to use threads in a way, that is proper and proved as best practices (no deadlocks, read-modify-write and other collisions, that occur in badly designed multithreaded systems - at ...

1
votes
0 answers

how to change user email address?

If somebody changes its email address, how can the person change it to the new email address. For e. g. notifications, if password got forgotten... I did not see a link for doing this...

0
votes
1 answers

browser throws SecurityException at InitializeComponent();

The program shows a form (that is inherited from a template form) in which a browser is added. At the point where the program calls InitializeComponent(); in the constructor of this UserManualForm class a SecurityException is thrown. H ...

0
votes
1 answers

how to close a form with e.g. Ctrl-C?

I am pretty new with C# - so excuse this simple question. I have drawn 4 forms that inherit from a template form I drew too. No matter which GUI component of such a form is selected/has the focus - if I press Ctrl-C the form shall close ...

Feedback