Welcome to LEAD Support Forum Login | Register | Faq  

    LEAD Support Forum
  Resource to find answers and post technical questions about LEAD products.
Search    
   

Re: VB6 Demo?
Started by JohnA at 08-15-2008 16:16. Topic has 1 replies.

Print Search « Previous Thread Next Thread »
  08-15-2008, 16:16
JohnA is not online. Last active: 8/13/2008 6:58:29 PM JohnA

Not Ranked
Joined on 08-13-2008
Posts 3
VB6 Demo?
Reply Quote
Is there a VB6 demo using Annotations with v15?  If so, where might it be?

Thanks,
JohnA

   Report 
  08-15-2008, 16:36
GregR is not online. Last active: 1/2/2009 9:03:27 AM GregR



Top 10 Posts
Joined on 05-31-2006
In House
Posts 1,815
Re: VB6 Demo?
Reply Quote
I'm sorry, but we do not have any demos or examples that show how to use annotations in VB6 with version 15.

You will need to use either the COM Interop interface or the API.

The COM interop is a wrapper to the .NET interface, and almost every function and property has an example in VB.NET and C#.  These should not be too hard to port to VB6 code.  Additionally, there are a couple of VB6 tutorials to get you started with using the COM Interop interface, but nothing specific to annotations.  For more information, take a look at the article "Programming With LEADTOOLS COM Interoperability Functions " in the v15 .NET help file.

You can use the API interface by declaring the individual functions you wish to use.  This would be done in the same manner as declaring Windows API functions.  The API interface is also well documented, but all of the examples are in C++.

Greg Ross
LEADTOOLS Technical Support
   Report 
Post
LEAD Support Fo... » Developer » Annotations » Re: VB6 Demo?

Powered by Community Server, by Telligent Systems