vb6.0 and bartender 5 and bartender 6

bartender 6 , vb6.0 , bartender5 Batangas, Philippines
  • 11 years ago
    BEFORE I am using Bartender 5.1 and VB 6.0 to make and print barcode base on the input of user, everything is fine until i upgrade my bartender version which is 6.0. on Bartender 5.1 the code to create ActiveX is : Set btApps = CreateObject("BarTender.Application") on Bartender 6.0 the code to create ActiveX is : Set btApps = CreateObject("BarTender.Application.6") i saw this on Bartender documentation but still, i got an msg Run-time error 429: ActiveX component can't create object then, it highlights the code Set btApps = CreateObject("BarTender.Application.6") What is the possible error and how to fix this? i already change its reference and check the help of bartender. thanks in advance

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Any fool can write code that a computer can understand. Good programmers write code that humans can understand.” - Martin Fowler