|
Are there any prerequisites for installing
PrintControls.NET?
You need a minimum of the .NET runtime Release 1.0,
and when installing you must be logged in as an Administrator.
How do I add a PrintControls component
to my Form?
After you have installed the PrintControls component
library you will need to add the individual components
to your toolbox so that you can then drop them onto
your Form. The following procedure describes how to
do this:
1. Open the Visual Studio .NET editor.
2. Right click on the 'General' tab of the Toolbox,
and select 'Customise Toolbox...'. (You may alternatively
add it to the Windows Forms tab, or create a new tab).
3. Select the '.NET Framework Components' tab of the
Customise Toolbox Dialog and scroll down until you find
'Barcode' with a namespace of TMGDevelopment.Windows.Forms.
Check this, highlight the row and click the namespace
column header to sort by namespace. Check all the other
controls in the TMGDevelopment.Windows.Forms namespace
and click OK.
You should now be able to drag any PrintControls component
from the General Tab of the Toolbox onto your Form.
|