





Recursive Function Finds a Control on a Form
This recursive function finds a control on a form by its name. //written in C#/// <summary>///Recursive function to find control on the form by its name/// private Control _co;private Control
This recursive function finds a control on a form by its name. //written in C#/// <summary>///Recursive function to find control on the form by its name/// private Control _co;private Control
If you have images that are supposed to have transparent portions, but have lost the transparency information, you can use Microsoft Word to restore the transparent color. First, paste the
The easiest way to constrain an HTML input box to uppercase is to use the STYLE attribute inside the INPUT tag. Suppose you have the following code: <input type=”text” name=”big”
he long-awaited Java SE 6 is upon us. This latest version of the Java SE environment brings a number of new features and enhancements, such as integrated support for scripting
This tip shows you how to create XMLSchema datatypes direct from Java, using the javax.xml.datatype.* package. In this example you’ll create a Duration object (xs:duration in XMLSchema) and a XMLGregorianCalendar