Prod.: Engine, ver.: 6011, ID: 60000466, Wish : Expose the commandline_execute event in VectorDraw wrapper componet.

Wish : Expose the commandline_execute event in VectorDraw wrapper componet.

Article60000466
TypeWish
ProductEngine
Version6011
Date Added3/31/2008
FixedYes [3/31/2008]
Submitted byChristian Holbrook
Keywords

Subject

Expose the commandline_execute event in VectorDraw wrapper componet.

Summary

Expose the commandline_execute event in VectorDraw wrapper componet.

Solution

In version 6012 new event CommandLineExecute was added in vdraw Wrapper component(vdraw.ocx)

VB6 example:

CommandLineExecute(ByVal commandname As String, ByVal isDefaultImplemented As Boolean, success As Boolean)

commandname:The name of the command that the user typed.

isDefaultImplemented :Is true if the command has default implamentation by VectorDraw (commands.txt) 

success :Set it to true in order not to execute the default implemantation by VectorDraw.