Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
Hans Passant earned this badge 377 times |
feb 17 at 14:35
How to prevent Windows Forms designer from generating default value assignments for properties?
feb 13 at 15:16
How does String.Contains work?
feb 12 at 16:44
Possible compiler bug in Visual C++ 2012 (x86)?
feb 11 at 8:07
register dll in on windows 2008 r2
feb 8 at 0:19
Long running process suspended
feb 7 at 18:34
How can I sync the scrolling of two multiline textboxes?
feb 4 at 21:54
Winforms Double Buffering
jan 31 at 19:50
nullptr vs __nullptr
jan 30 at 19:09
How to write modern Windows software in C++?
jan 29 at 5:42
Could not load type 'System.Runtime.CompilerServices.ExtensionAttribute' from assembly 'mscorlib
jan 19 at 3:58
Visual Studio (2005 & 2008) Compile Completed Alert?
jan 17 at 15:52
Difference between 'File.Open()' and 'new FIleStream()'
jan 16 at 14:41
Application.OpenForms.Count = 0 always
jan 16 at 3:51
Size/Location of Winforms MDI Client Area
jan 12 at 17:51
c++/cli pass (managed) delegate to unmanaged code
jan 11 at 11:04
TimeSpan FromMilliseconds strange implementation?
jan 10 at 19:45
Is there an easy way to sign a C++ CLI assembly in VS 2010?
jan 7 at 4:36
Visual Studio move project to a different folder
dec 27 at 13:08
Try-catch speeding up my code?
dec 19 at 2:25
What is the __DynamicallyInvokable attribute for?
dec 13 at 8:33
How to run a .Net Console App in the background
dec 13 at 4:13
Observable.Timer(): How to avoid timer drift?
dec 11 at 18:42
Register more than one hotkey with RegisterHotKey
dec 11 at 15:42
Why does GetSystemMetrics() return these values?
dec 10 at 19:01
Why is this program in error? `Object synchronization method was called from an unsynchronized block of code`
nov 29 at 9:51
How to save Graphics object as image in C#?
nov 27 at 20:05
Troubleshooting .NET “Fatal Execution Engine Error”
nov 27 at 2:00
Finding undefined symbols in windows static lib
nov 24 at 16:43
FileStream.BeginWrite advantages over FileStream.Write?
nov 23 at 0:43
Default properties in VB.NET?
nov 21 at 9:32
Why are the fields in `struct stat` named st_something?
nov 12 at 9:37
How to increase the size of checkbox in WinForms?
nov 9 at 11:30
How to change System.Windows.Forms.ToolStripButton highlight/background color when checked?
nov 6 at 19:37
Screen Resolution Problem In WPF?
oct 26 at 11:59
How to get the size of available system memory?
oct 23 at 17:54
How to convert percentage string to double?
oct 22 at 8:49
Converting Bitmap PixelFormats in C#
oct 18 at 22:03
What is the purpose of __in __out __in_opt __allowed(), how do they work? Should I use similar constructs in my own code?
oct 18 at 21:48
.NET Reverse Semaphore?
oct 17 at 15:43
Hide console of Windows Application
oct 17 at 14:08
In C#, Is it slower to reference an array variable?
oct 10 at 15:11
What does “Register for COM Interop” actually do?