ComboBox in Windows Form using KeyValuePairs
2011-01-26
The ComboBox in Windows Form is not like the same control in Web Form, it can not insert a Key and V ...
SQL Server Restricted User ?
2011-01-25
Sometimes you might find your SQL Server database is in "Restricted User" mode: like follo ...
Microsoft Colors list for .NET
2011-01-25
.NET programmers always need the Color values, numbers, names, and also maybe they want to see what ...
Get Local Computer Name in C#
2011-01-20
Here we got 4 ways to get local computer name: ...
Most Popular Programming Languages in 2010
2011-01-20
TIOBE has released the 2010 report of Programming Languages index in January 2011. ...
Check table exists in SQL Server
2011-01-20
Here we collect 3 methods: ...
Resizing a WPF Window using Thumb
2011-01-18
Thumb control is a very helpful control which can help we drag a control. ...