Friendly Data Entry
QuickPak includes a library of data-entry controls for Windows Forms that were designed to gently ensure the accuracy of your data.
Source Compatible
Simple drop-in replacement classes that require little or no-code changes.
Ensuring Accurate Data Editing
The old saying “garbage in, garbage out” is still very true today. QuickPak makes it easy for your application to accept only valid data from the user.
An Uplifting User Experience
Do you want your application to be a joy to use? QuickPak pays attention to every detail of the user experience.
Automatic International Support
QuickPak gives your application automatic support for local conventions that determine how numbers, dates, and other data types are formatted.
ColorPicker
The ColorPicker control displays a palette of colors that the user can choose from.
ColorPickBox
If you're low on screen real-estate choose the ColorPickBox control, a drop-down box that, when clicked shows a palette of colors. It takes up less space on your form than the ColorPicker but requires one additional click from the user.
Numbers and Currency
The DoubleBox control lets you specify the number of digits before and after the decimal point. The control automatically formats the result correctly.
For money amounts, there’s the CurrencyBox control. It also has an option to enter amounts in cents so that the user doesn’t need to enter a decimal point.
Entering Personal Data
The PhoneNumberBox control makes it easy to enter a phone number. The PostalCodeBox control lets the user enter a Postal Code or Zip Code in five-digit or nine-digit format. USA-based social security numbers can be entered using the SsnBox control.
Technical Data
The GuidBox and IpAddressBox controls are specialized controls for entering GUIDs and IP addresses.
