DG Kernel (ActiveX) Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Upgrading Native Apps
Licensing
Collapse ModelsModels
Collapse DG Kernel ControlsDG Kernel Controls
Collapse API ReferenceAPI Reference
Interface List
Vector Space
Collapse General GeometryGeneral Geometry
Collapse ModelModel
Collapse ViewView
Collapse General ComputingGeneral Computing
Collapse ViewsViews
Collapse Samples and TutorialsSamples and Tutorials
Collapse GraphicsGraphics
Collapse Math ObjectsMath Objects
Collapse DeprecatedDeprecated
Redistribution
Model Viewer
Open Source
Support
Skip Navigation Links Go to DGKC docs Search Documentation


Adding DG Kernel Control to forms

To use DG Kernel control in a 32 or AnyCPU application, follow standard procedure for using ActiveX controls in your development environment. Patch Programming Tutorial demonstrates how to do it in Microsoft Development Environments.

See it in video: Creating .NET app using DG Kernel

There are minor differences for 64 bit application:

  • The control has to be inserted while in 32 bit or AnyCPU configuration and 64 bit configuration activated later
  • The actual model is displayed at runtime as usual, but not in design mode

See it in video: Adding DG Kernel Control to a 64 bit .NET application