|
EditorStart - used to set licensing information |
[Top] [Chapter] [Previous] [Next] |
|
With licensed version please make sure you call wpdllInt1.EditorStart with your license name/key before doing anything else.
using WPDynamic;
namespace WindowsFormsApplication1 { public partial class Form1 : Form { public Form1() { InitializeComponent();
// Initialize the Editor // Set your License key: wpdllInt1.EditorStart("your_name", "your_key"); // Load the PCC file (no password) wpdllInt1.SetLayout("buttons.pcc", ""); |