Barcode Creator as a Control
Use the DynamicBarcode Creator as a control in a Windows form, a Web form control, or programmatically.
Windows Form or Web Form Use
Perform the following steps to add the DynamicBarcode controls to your Visual Studio toolbox.
Open Visual Studio's ToolBox (View Toolbox or Ctrl + W, X).
Right-Click the Toolbox and select Choose Items… from the context menu.
Select the .NET Framework Components tab in the Choose Toolbox Items dialog and select Browse….
Locate the folder containing the
ceTe.DynamicBarcode.Creator.dll.
If you installed to the default location, then the location is one of the following depending upon platform:bin/net20/DynamicBarcode.Creator.dll
bin/net40/DynamicBarcode.Creator.dll
bin/wpf30/DynamicBarcode.Creator.dll
bin/wpf40/DynamicBarcode.Creator.dll
bin/netstandard20/DynamicBarcode.Creator.dll
The DynamicBarcode controls appear in the ToolBox and you can now add the control to any Windows Form or Web Form.
Windows WPF Control Use
Follow these instructions to add the DynamicBarcode WPF controls to your toolbox.
- Open the ToolBox (View Toolbox OR Ctrl + W, X).
- Right-Click the Toolbox and select Choose Items… from the context menu.
- Select the WPF Components tab from the Choose Toolbox Items dialog and select Browse….
- Locate the folder containing the
ceTe.DynamicBarcode.Creator.dll
. If you installed to the default location, then the location is one of the following depending upon platform:bin/net20/DynamicBarcode.Creator.dll
bin/net40/DynamicBarcode.Creator.dll
bin/wpf30/DynamicBarcode.Creator.dll
bin/wpf40/DynamicBarcode.Creator.dll
bin/netstandard20/DynamicBarcode.Creator.dll
- The DynamicBarcode Creator WPF controls appear in the ToolBox and can now be added to any Windows WPF Control.