6) now please add code to tell the control the destination of the engine DLL. This is not required in the demo since it is loaded from the registry, but for an application you distribute you need to modify the property DLLName.
7) When you are using the licensed version you need to set your license information using the method EditorStart.
Private Sub Form_Load() WPDLLInt1.EditorStart( licensename, licensekey ) End Sub
8) You can modify the property InitScriptXML to change layout of the editor or to load a different PCC file. Instead of using the property InitScriptXML use the method SetLayout and SetEditorMode in the event Form.OnLoad. |