Dot Net Tips & Tricks , C# (C Sharp)Tips & Tricks

Visual Studio .NET Tips and Tricks, VB.NET Code Samples, C# Code Snippets, ASP.NET Code Samples, .NET Tips and Tricks, C# Tips & Tricks, Visual Studio 2010, .NET Framework Code Samples, VB.NET Tips & Tricks

Saturday, June 13, 2009

How to mask the Password text in Textboxes (in VB.NET / C#)

›
It is simple to mask the characters entered in a textbox by setting the PasswordChar Property The same can be done using C# code as shown be...
8 comments:

Frame Control in VB.NET / C#

›
GroupBox control in .NET (Vb/C#) GroupBox and Panel control provide the functionality similar to the Frame control in visual basic 6.0. Drag...
2 comments:
Tuesday, April 21, 2009

How to Disable Custom Colors in ColorDialog using C# (.NET)

›
How to restrict the user to pre-defined colors in C# ColorDialog With .NET’s ColorDialog one can select the pre-defined as well as the cust...
Friday, April 17, 2009

How to use ColorDialog in C# (.NET)

›
Allow user to customize form background color using ColorDialog The Windows Forms ColorDialog component is a pre-configured dialog box that ...
3 comments:
Saturday, March 7, 2009

Argument '1': cannot convert from 'int' to 'System.Windows.Forms.ListViewItem.ListViewSubItem'

›
The best overloaded method match for 'System.Windows.Forms.ListViewItem.ListViewSubItemCollection.Add(System.Windows.Forms.ListViewItem....
1 comment:

How to Set the Control’s background to system colors

›
Here is a way to use the available default system colors like control, button face etc using C# listView1.BackColor = System.Dra...
Sunday, February 22, 2009

Cannot implicitly convert type 'int' to 'System.Collections.Generic.IEnumerable

›
Cannot implicitly convert type 'int' to 'System.Collections.Generic.IEnumerable public static IEnumerable int ...
‹
›
Home
View web version
Powered by Blogger.