Author Topic: Interface to Vb applications  (Read 5805 times)

Steeeeeve

  • Newbie
  • *
  • Posts: 1
    • View Profile
Interface to Vb applications
« on: August 15, 2001, 07:24:08 am »
I'm trying to learn a little about how I should develop my Vb application so as to be able to control or access their features with HAL.

Could I please get some of this information before I purchase my upgrade CD?

Thank you.

-Steeeeeve

Medeksza

  • Administrator
  • Hero Member
  • *****
  • Posts: 1469
    • View Profile
    • http://www.zabaware.com
Interface to Vb applications
« Reply #1 on: August 15, 2001, 10:19:32 pm »
Hi,

The new Ultra Hal Assistant 4.0 includes a program called the Ultra Hal Brain Editor. This program can open Hal's brain plugins, which is actually just a VBScript. The VBScript can be modified to do anything you wish. Also it is posible to copy the VBScript directly into your VB project and run Hal from inside your project.

We are also currently finishing up the documentation to the Hal Brain Editor program which will be posted online within the week. This documentation will also thouroughly describe all the methods contained in an activex control called halbrain.dll. There is a method in this activex control called GetResponse that will allow you to access the Hal VBScript Brain with 1 line of code. This will allow you to add Hals AI capability to any VB program very easily.

Robert Medeksza