Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
Hans Passant earned this badge 376 times |
oct 4 at 14:38
WinForms Application - How to Set Focus to a Control?
sep 27 at 17:22
Remove/Hide Tab Header(Switcher) of C# TabControl
sep 25 at 16:22
How to autosize the height of a Label but not the width
sep 20 at 22:26
What is the purpose of the Visual Studio Hosting Process?
sep 13 at 3:54
How can I disable a tab inside a TabControl?
sep 12 at 23:44
Where is the .NET Framework 4.5 directory?
sep 11 at 11:09
Compiling C# to Native?
sep 7 at 14:55
linking problem: fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'X86'
sep 5 at 20:14
How do I get an IL bytearray from a DynamicMethod?
sep 3 at 15:59
Declaration suffix for decimal type
sep 3 at 2:09
A reproducable example of volatile usage
aug 29 at 8:43
Why Large Object Heap and why do we care?
aug 28 at 22:34
Shared memory between 2 processes (applications)
aug 28 at 22:13
VS2010 - File New Menu is missing “New Project”
aug 22 at 18:50
Is it abusive to use IDisposable and “using” as a means for getting “scoped behavior” for exception safety?
aug 20 at 15:02
Windows/C++: Is it possible to find the line of code where exception was thrown having “Exception Offset”
aug 9 at 0:36
C++, __try and try/catch/finally
aug 8 at 11:26
Problem with hanging interop COM objects
aug 8 at 11:26
Transparent background Label over PictureBox
aug 8 at 11:26
Debugging a .net Compiler
aug 8 at 11:26
Do I need this field to be volatile?
aug 8 at 11:26
returning filename from file save dialog (windows32)
aug 8 at 11:26
How is BackgroundWorker.CancellationPending thread-safe?
aug 2 at 13:34
Treeview flickering?
jul 19 at 18:18
I lost the squiggly red underline feature
jul 19 at 9:18
Parse a Number from Exponential Notation
jul 17 at 15:47
How is the value of this variable changing in my C code?
jul 16 at 19:46
What does the “new ” keyword in .net actually do?
jul 13 at 16:49
C++ STL list vs set
jul 12 at 13:44
Why is List<T>.Sort using Comparer<int>.Default more than twice as fast as an equivalent custom comparer?
jul 2 at 11:15
Compiling Assembly in Visual Studio
jun 29 at 13:44
ThreadPool SetMaxThreads and SetMinThreads Magic Number
jun 29 at 13:19
FileNotFoundException in ApplicationSettingsBase
jun 29 at 12:34
How can I show scrollbars on a System.Windows.Forms.TextBox only when the text doesn't fit?
jun 28 at 15:19
Converting .exe project to class library
jun 28 at 12:13
How to start WinForm app minimized to tray?
jun 27 at 13:28
Why does the DoubleBuffered property default to false on a DataGridView and why is it protected?
jun 23 at 10:03
How do arrays in C# partially implement IList<T>?
jun 21 '12 at 12:52
1.2GB memory exception
jun 15 '12 at 13:31
Is it worth to learn COM?
jun 12 '12 at 10:41
How time consuming is TImeSpan arithmetic compared to normal arithmetic?
jun 1 '12 at 18:48
Visual Studio 2010 doesn’t stop at an unhandled exception inside a Socket.BeginReceive() callback - why?
jun 1 '12 at 9:03
Error 80040154 (Class not registered exception) when initializing VCProjectEngineObject (Microsoft.VisualStudio.VCProjectEngine.dll)
may 30 '12 at 16:17
Load SOS extension for debugging
may 29 '12 at 22:27
.NET: How to copy files using Windows “Copy Files” dialog
may 24 '12 at 9:07
Mysterious behavior of Dictionary<TKey, TSource>
may 22 '12 at 19:42
WinForms Validating event prevents Escape key closing the form
may 22 '12 at 19:42
What does the class name ending “Managed” mean (C# .NET)?
may 22 '12 at 19:42
C#: Why does the user have to press enter before Console.Readline() will begin reading?
may 22 '12 at 19:42
What's the difference between FileStream.Flush() and FileStream.Flush(True)?