<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://xceed.com/CS/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>WPF Controls</title><link>http://xceed.com/CS/forums/78/ShowForum.aspx</link><description>Questions and Answers Relating to Xceed WPF Controls</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Debug Build: 61120.2)</generator><item><title>How do I license my component?</title><link>http://xceed.com/CS/forums/thread/28210.aspx</link><pubDate>Wed, 08 Oct 2008 13:12:29 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:28210</guid><dc:creator>Xceed admin</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/28210.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=78&amp;PostID=28210</wfw:commentRss><description>&lt;span&gt;&lt;b&gt;.NET PRODUCTS&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;If you have purchased a registered license key, here is how the licensing process works:&lt;br/&gt;&lt;br/&gt;- Receive your registered license key at the email address used during the purchase.&lt;br/&gt;&lt;br/&gt;- Set the Licenser.LicenseKey property with this license key. See the LicenseKey property section below for details.&lt;br/&gt;&lt;br/&gt;- Compile your application and deploy it.&lt;br/&gt;&lt;br/&gt;If you do not have a registered license key, please contact Xceed at 1-800-865-2626, ext. 228, or send an email to sales@xceedsoft.com to purchase a license or to have your license key resent to you if you have lost it.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;LicenseKey property&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;The LicenseKey property of the Licenser class must be set with a valid license key, before any other method of your Xceed component is called. If you use an invalid or expired license key, fail to license the control with a registered license key after the trial period, or license it in the wrong place in your code, an exception will be thrown at runtime.&lt;br/&gt;&lt;br/&gt;We recommend that you set the LicenseKey property in the main entry point of the application. For example, C# users can set the LicenseKey property in the static main function. VB.NET users can set the LicenseKey property in the constructor of the main form or in the "Sub Main" procedure.&lt;br/&gt;&lt;br/&gt;If no entry point is available, it is recommended that you set the LicenseKey property in a static constructor of a class that will be accessed systematically before any of the library's classes are instantiated or, you can simply set the LicenseKey property immediately BEFORE you instantiate a class.&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;Special Considerations for Xceed DataGrid for WPF&lt;br/&gt;&lt;/strong&gt;&lt;br/&gt;&lt;span&gt;The &lt;strong&gt;LicenseKey &lt;/strong&gt;property of the &lt;strong&gt;Licenser &lt;/strong&gt;class must be set with a valid Express or Professional Edition license key, before any other method of your Xceed component is called. If you use an invalid license key, expired trial key,&amp;nbsp;or license it in the wrong place in your code, an exception will be thrown at runtime.&lt;br/&gt;&lt;/span&gt;&lt;br/&gt;&lt;span&gt;It is recommended that the LicenseKey property be set in one of the following locations:&lt;br/&gt;&lt;br/&gt;
&lt;table cellspacing="2" cellpadding="2" width="100%" bgcolor="#e8e8e8" border="1"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;&amp;nbsp;&lt;font size="1"&gt;Location&lt;/font&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;&lt;font size="1"&gt;&amp;nbsp;Description&lt;/font&gt;&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;font size="1"&gt;&amp;nbsp;Application.OnStartup method override&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;&lt;font size="1"&gt;&amp;nbsp;Preferred location.&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;font size="1"&gt;&amp;nbsp;Windows.Loaded or Page.Loaded events&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;&lt;font size="1"&gt;&amp;nbsp;The LicenseKey property can be set in this event as long as the startup page or window is knonw and invariable.&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br/&gt;&lt;/span&gt;
&lt;div&gt;&lt;b&gt;ACTIVEX PRODUCTS&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;In order for the library to work at runtime, the first thing you must do before calling any of the library's functions is to call the License method and provide it with your trial or registered license key.&lt;br/&gt;&lt;br/&gt;Your trial or registered license key can be obtained by running the 'Xceed Component Licenser' application which can be run from the Start Menu by selecting the Program files -&amp;gt; Xceed Components -&amp;gt; Xceed Component Licenser item.&lt;br/&gt;&lt;br/&gt;If you have purchased a registered license of the product, you should provide your registered license key to the Xceed Component Licenser in order to replace the automatically generated free trial license key.&lt;br/&gt;&lt;br/&gt;
&lt;table cellspacing="2" cellpadding="2" width="100%" bgcolor="#e8e8e8" border="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;font size="1"&gt;xceedProduct.License( "your_license_key" )&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br/&gt;&lt;/div&gt;&lt;/span&gt;</description></item><item><title>How do I use a trial version?</title><link>http://xceed.com/CS/forums/thread/28211.aspx</link><pubDate>Mon, 08 Sep 2008 19:58:41 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:28211</guid><dc:creator>Xceed admin</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/28211.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=78&amp;PostID=28211</wfw:commentRss><description>&lt;body&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;/span&gt;
&lt;p&gt;&lt;strong&gt;.NET PRODUCTS&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;Xceed's .NET components can be used &lt;b&gt;without &lt;/b&gt;a license key for a 45-day trial period. During this time, the components are fully functional. However, trial period reminder notices will be displayed for the duration of the trial or until a registered license key is set in your code.&lt;br/&gt;&lt;br/&gt;The trial period for Xceed's components begins at the time of installation. Once the trial period has ended, a registered license key is needed to continue using them (see the How to license a component once you purchase page for details). If you attempt to use a component after the trial period without a registered license key, an exception will be thrown and you will not be able to use it.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Using Xceed's .NET components during the trial period&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;All you need to do is the following:&lt;br/&gt;&lt;br/&gt;1- Install the components using the Xceed Installer application. There is no need to set a license key.&lt;br/&gt;&lt;br/&gt;2- Try the components for up to 45 days.&lt;br/&gt;&lt;br/&gt;3- Purchase a license to continue using them or to deploy your application.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Deploying to another machine for testing purposes&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;If you wish to temporarily deploy an application to another machine for testing purposes during the trial period, follow these steps:&lt;br/&gt;&lt;br/&gt;1- Get a temporary license key from the Xceed Component Licenser application, which is normally found under the Xceed Components folder in the Start Menu.&lt;br/&gt;&lt;br/&gt;2- Set the component's Licenser.LicenseKey property with this temporary license key. For detailed instructions, see the LicenseKey property section on the How to license the component once you purchase page.&lt;br/&gt;&lt;br/&gt;3- Compile your application and deploy it to the test machine.&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;Special Considerations for Xceed DataGrid for WPF&lt;/strong&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;
&lt;p&gt;There are 3 possible licensing scenarios: &lt;/p&gt;
&lt;p&gt;1- Express Edition (starts with DGF)&lt;/p&gt;
&lt;p dir="ltr" style="MARGIN-TOP: 10px; MARGIN-BOTTOM: 10px; MARGIN-RIGHT: 0px"&gt;Your Express Edition license key (starts with DGF) is automatically sent by e-mail when you &lt;a href="http://xceed.com/GridWpfRegistration.aspx"&gt;register&lt;/a&gt; to download Xceed DataGrid for WPF. If the component is unlocked using an Express Edition license key, all features available to users of the Express Edition will be permanently unlocked. Features reserved for the Professional Edition (e.g., Fixed columns) will be disabled and throw an exception if they are used. To evaluate the features that are reserved for the Professional Edition, refer to scenario 3.&lt;/p&gt;
&lt;p&gt;2- Professional Edition (starts with DGP)&lt;/p&gt;
&lt;p dir="ltr" style="MARGIN-TOP: 10px; MARGIN-BOTTOM: 10px; MARGIN-RIGHT: 0px"&gt;Xceed DataGrid for WPF Professional Edition license keys (starts with DGP) permanently unlock the component's complete &lt;a href="http://dev.xceed.xcd/kb/admin/de/Features.html"&gt;feature set&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;3- Using the default 45-day trial mode (no license key).&lt;/p&gt;
&lt;p&gt;Features available only in the Professional Edition (e.g., Fixed columns) can be evaluated for a 45-day period after which an exception will be thrown. To use this mode, no license key is required.&lt;/p&gt;&lt;/span&gt;
&lt;p&gt;&lt;br/&gt;&lt;b&gt;ACTIVEX PRODUCTS&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;For the ActiveX products, regardless of if you are using a trial or registered version of Xceed components, the License method &lt;b&gt;must &lt;/b&gt;be called before any other of the components methods or properties.&lt;/p&gt;&lt;/body&gt;</description></item><item><title>What do I need to distribute along with my applications?</title><link>http://xceed.com/CS/forums/thread/28209.aspx</link><pubDate>Mon, 08 Sep 2008 19:57:34 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:28209</guid><dc:creator>Xceed admin</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/28209.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=78&amp;PostID=28209</wfw:commentRss><description>&lt;span&gt;For any Xceed product, you only need to distribute the DLL(s).&lt;br/&gt;&lt;br/&gt;For the ActiveX versions, the DLL must be registered on the client's machine (by your install program, or by running the REGSVR32.EXE program).&lt;br/&gt;&lt;br/&gt;In the case of the Xceed Zip Compression Library, if you are using the library through the DLL API, then you do not need to register the file - you will, however, need to place it in the client's Windows System directory.&lt;br/&gt;&lt;br/&gt;Users of the Self-Extractor Module will also need to distribute either the XCDSFX32.BIN or XCDSFX16.BIN file if they are creating self-extracting zip files on the client machines. If you are only distributing self-extracting zip files, then you do not need to distribute the BIN files nor the XceedZip.DLL.&lt;br/&gt;&lt;br/&gt;For the .NET versions of our products, the assemblies need to be installed into the Global Assembly Cache or placed in the same directory as the EXE.&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;A complete list of the assmblies and dlls that must be distributed for each component can be found in their respective documentations.&lt;/strong&gt;&lt;/span&gt;</description></item><item><title>If I purchase an Xceed product, does the source code come with it?</title><link>http://xceed.com/CS/forums/thread/28212.aspx</link><pubDate>Fri, 05 Sep 2008 16:38:23 GMT</pubDate><guid isPermaLink="false">14592c03-f9d0-4f6b-b4cd-71e0e1b1f679:28212</guid><dc:creator>Xceed admin</dc:creator><slash:comments>0</slash:comments><comments>http://xceed.com/CS/forums/thread/28212.aspx</comments><wfw:commentRss>http://xceed.com/CS/forums/commentrss.aspx?SectionID=78&amp;PostID=28212</wfw:commentRss><description>&lt;body&gt;&lt;span&gt;The source code for the ActiveX/COM versions of Xceed components is not available for purchase however the source code for the .NET components is available when you purchase the BluePrint Edition.&lt;/span&gt;&lt;/body&gt;</description></item></channel></rss>