4
votes
3answers
279 views
Using this() in C# Constructors
Hello,
I have been trying to figure out if there are any differences between these constructors. Assuming there is a Foo() constructor that takes no arguments, are all these constructors g …
1
vote
3answers
251 views
Close modal dialog from external thread - C#
Hello,
I am struggling to find a way to create the Forms functionality that I want using C#.
Basically, I want to have a modal dialog box that has a specified timeout period. It se …
0
votes
5answers
184 views
FxCop - CA1034 error - WHY?
I am running static code analysis with FxCop 1.36 and I keep getting warning CA1034: NestedTypesShouldNotBeVisible …
1
vote
How to open files from explorer into different tabs.
I am not quite sure what you mean in this question. Are you trying to open Windows Explorer windows into one window with tabs? If that is the case, then I recommend you look into …
