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
|