-------------------------------------------------------------------------------------------
TWControls Version 1.00
Copyright 1995 ThemeWare Limited
All rights reserved
		   
README.TXT	December l995

-------------------------------------------------------------------------------------------
CONTENTS
-------------------------------------------------------------------------------------------

1) OVERVIEW
2) INSTALLATION INSTRUCTIONS
3) REGISTRATION
4) DISTRIBUTION NOTE

-------------------------------------------------------------------------------------------
1) OVERVIEW
-------------------------------------------------------------------------------------------

ThemeWare's custom controls use resources directly from DLLs. The normal Picture or Caption
property is replaced by a PictureID or CaptionID. This ID specifies the file containing the
resources, the resource type and the resource number or name. When you set the ID, the
control retrieves the picture or caption resource from the DLL and displays it. You can set
IDs at design or runtime.

For international applications, you need to instruct the controls to retrieve their
resources from different files. Rather than changing the IDs or renaming any files, you
call an aliasing function that redirects specified retrievals to other files. As you do
this, all affected controls redisplay their pictures or captions immediately.

Aliasing can also be used to support multi-culture, multi-user or multi-style applications.
It's possible for each user of an application to adjust its language or style to suit them
personally - they don't have to use the language in force at the locale. An application can
be modified to suit a particular client without recoding. Common resource packs can service
many applications.

The Help file gives more complete information and explanation.

Check the samples for Visual Basic 3 & 4. They show most of the controls in action and
demonstrate language switching using the aliasing functions.

The six controls are contained in a single VBX and are all loaded into the toolbox at once.

-------------------------------------------------------------------------------------------
2) INSTALLATION INSTRUCTIONS
-------------------------------------------------------------------------------------------

Before you can use TWControls you must run TWCSETUP.EXE from Windows. This program will
copy the relevant files to your WINDOWS\SYSTEM subdirectory and create the appropriate
licence file. It will also transfer the Help and sample files to your chosen directory.

-------------------------------------------------------------------------------------------
3) REGISTRATION
-------------------------------------------------------------------------------------------

The fully-featured demo version works for 1 month. If you find the product useful, GO SWREG
(#8876) to register for unlimited use and support. The cost is $99 + shipping & handling.

!! We are currently offering a Christmas special price of $49 + s&h until 25 December !!

-------------------------------------------------------------------------------------------
4) DISTRIBUTION NOTE
-------------------------------------------------------------------------------------------

When you create and distribute applications which use any of the TWControls, you should
install the TWCTLS.VBX and TWRAW.DLL files in the customer's Microsoft Windows System
(WINDOWS\SYSTEM) subdirectory. You are not licensed to do this until you register.

-------------------------------------------------------------------------------------------
End of file
-------------------------------------------------------------------------------------------