Article | 60000466 |
Type | Wish |
Product | Engine |
Version | 6011 |
Date Added | 3/31/2008 12:00:00 AM |
Fixed | (3/31/2008 12:00:00 AM) |
Submitted by | Christian Holbrook |
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.