- Run the "license.exe" program from your CD.
- Enter your name, company names, and the product serial number from your CD case.
- Click OK and your copy of SharpUI for .NET will be licensed.
Checking SharpUI Windows Applications for Licensing - Open an existing SharpUI Windows application project.
- In the Solution Explorer window, choose the "Show All Files" icon.
- If the SharpUI application is licensed, you will see a file called "licenses.licx" that contains one entry for each SharpUI component used in the application.
- If the "licenses.licx" file is not listed in your application's file list, you will need to manually set up the application for licensing.
Manually Licensing Windows Applications - Open an existing SharpUI project or create a new one.
- On the Project menu, select Add New Item...
- In the Templates window, choose Text File.
- Change the name of the text file to "licenses.licx".
- This adds the "licenses.licx" file to Solution Explorer. Double-click "licenses.licx" to open the file.
- Add any of the following lines that are appropriate for your application to the text file:
- DataDynamics.SharpUI.Toolbars.UiToolbarManager, SharpUI.Toolbars
- DataDynamics.SharpUI.Input.UiBarCode, SharpUI.Input
- DataDynamics.SharpUI.Input.UiButton, SharpUI.Input
- DataDynamics.SharpUI.Input.UiCalculatorCombo, SharpUI.Input
- DataDynamics.SharpUI.Input.UiCalendar, SharpUI.Input
- DataDynamics.SharpUI.Input.UiCalendarCombo, SharpUI.Input
- DataDynamics.SharpUI.Input.UiCheckBox, SharpUI.Input
- DataDynamics.SharpUI.Input.UiColorCombo, SharpUI.Input
- DataDynamics.SharpUI.Input.UiColorPanel, SharpUI.Input
- DataDynamics.SharpUI.Input.UiComboBox, SharpUI.Input
- DataDynamics.SharpUI.Input.UiGradientBand, SharpUI.Input
- DataDynamics.SharpUI.Input.UiLabel, SharpUI.Input
- DataDynamics.SharpUI.Input.UiListBox, SharpUI.Input
- DataDynamics.SharpUI.Input.UiMemoCombo, SharpUI.Input
- DataDynamics.SharpUI.Input.UiNumericEditBox, SharpUI.Input
- DataDynamics.SharpUI.Input.UiPictureCombo, SharpUI.Input
- DataDynamics.SharpUI.Input.UiProgressBar, SharpUI.Input
- DataDynamics.SharpUI.Input.UiRadioButton, SharpUI.Input
- DataDynamics.SharpUI.Input.UiScrollBar, SharpUI.Input
- DataDynamics.SharpUI.Input.UiSlider, SharpUI.Input
- DataDynamics.SharpUI.Input.UiTextBox, SharpUI.Input
- DataDynamics.SharpUI.Input.UiTimePicker, SharpUI.Input
- DataDynamics.SharpUI.Panels.UiItemsView, SharpUI.Panels
- DataDynamics.SharpUI.Panels.UiListBar, SharpUI.Panels
- DataDynamics.SharpUI.Panels.UiTabView, SharpUI.Panels
- DataDynamics.SharpUI.Panels.UiTaskBar, SharpUI.Panels
- Save your project. Your SharpUI Windows application will now be licensed.
Note After updating SharpUI (installing a hot fix or service pack), you will need to do a full rebuild for any existing applications since Visual Studio .NET licenses the version of SharpUI. The rebuild will refresh the application's license. Licensing User Controls When licensing a custom user control that uses SharpUI components, you will need to include the license.licx file with the EXE since Microsoft only applies the licensing to the EXE.
Jennifer-DD
|