Create Command - VB Example



Your Ad Here

Create CimatronE Command DLL.

VB Sample project

The following example demonstrates how to implement Icommand methods.

The Icommand methods:

Add the following code into “ICommand_Enable” function.

' Enable the command in CimatronE

Command_Enable = True

In this function you can call your application. For example, load your Form or execute you API commands.

For example: if your main program is a form, you can add the following code: "Form1.Show vbModal"

Return to Cimatron Index


Your Ad Here