UniToolbox
The leading control suite for Unicode development in Visual Basic
UniToolbox Demonstration Programs

After you've downloaded UniToolbox you can quickly get started by taking a look at these demo applications
which should cover the common Unicode® related tasks.
Full source code is provided for each one.
-
UniToolbox 2 Demo App
Full Interactive Demo app comparing the MS controls and UniToolbox controls
-
Copy and Paste
Copy and paste Unicode character data using the clipboard
-
Loading UniTreeView Nodes
Loading Nodes quickly into the UniTreeView control
-
Reconfiguring Menus
This VB 6.0 example demonstrates a good way to manage
dynamic menu configuration using the UniMenu control.
-
Reading and Writing Unicode®
3 different techniques for saving and subsequently restoring Unicode®
data stored in a UniText control to and from a disk file.
These techniques can be generalised to apply to all UniToolbox controls.
-
UniToolbox control's Font Properties
There are two ways to set the font property values for UniToolbox controls.
Either set the 'Font' property object to a preconfigured StdFont object or use
the font property 'helper' methods, FontName, FontSize, FontBold, etc..
Setting the properties of the font object directly is not recommended,
and does not work (by design) for all UniToolbox controls. For example:
' This will not work for UniToolbox controls.
MyUniToolboxControl.Font.Name = "My Font Name"
' This is OK.
MyUniToolboxControl.FontName = "My Font Name"
-
Keeping a UniToolbox control's 'BackColor' synchronized
If you need to allow users to modify the system color scheme
whilst your application is running you may be interested in our
VB 6.0 example demonstrating how to respond to these changes as they occur.
-
Saving and loading data to and from UniToolbox and a database
If you need to save, and subsequently load, the data you display in UniToolbox controls
in a SQL Server database our VB 6.0 example may help you.
-
Re-registering UniToolbox binaries
Example batch file for re-registering UniToolbox binaries
-
File Reading and writing
Reading and writing to a Unicode INI file
-
Printing UniToolbox controls
Capturing and printing a VB form with UniToolbox controls
-
Unicode® Dialog
Open a Unicode® capable common dialog
-
Font properties
Microsoft extension for viewing font properties
-
Unicode® MsgBox
Unicode® capable 'MsgBox' control and utility function
-
UniGrid Sort
How to sort rows in a UniGrid
These technical documentation files are contained in the standard distribution download,
but can be downloaded individually here.
UniToolbox is Copyright © 2003 - 2010 Woodbury Associates Ltd, distributed exclusively by Iconico, Inc.