How To Ideas | How To Articles | How To Tutorials


List/Grid Tag Archives: textbox

How To Create Auto Complete Textbox in C#

You want your User to help while he try to write something in your Textbox by populating list of suggested values, then this article will help you. In this article I will create a Textbox, which will ask user to Enter his Country. While user is typing , he will get a list of suggested values of Countries, which you will provide to your program. Instruction: Open any project or… Read more »

How To Create A Numeric Textbox in C#

Most of the time when you want to user to enter only numbers in a textbox, you look for a control or some kind of validation, so that you can restrict user only to enter numbers in that textbox. But unfortunately there are no validation controls present in Windows Forms which you can have in Websites (ASP.NET). So you have to manually check whether the user has entered write data… Read more »

How To Disable Right Click In C# Textbox

In Windows Forms, most of the tools we use do not have Right Click enabled. But Textbox in Windows Forms has Right Click enabled, which some of the developers don’t like. So, if you are one of them, then here a simple and single line of code which you can use to disable this Right Click Context Menu. Instructions: Say you have a textbox with ID textBox1, then add the… Read more »



© 2012 How To Ideas. All rights reserved.
Proudly designed by Theme Junkie.