Announcement

Collapse
No announcement yet.

Help: Can't get vb6 example to work

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help: Can't get vb6 example to work

    I have been programming many years, but am a .NET newbe. I copied and pasted the VB6 example from the help document into Visual Studio 2010 Express.
    It's giving me "Type HomSeer2.application is not defined".

    What am I missing?

    #2
    You have to have homeseer, or the speaker app installed on the computer you are running VS 2010.

    Then, in your VS project, you must add references to the homeseer.dll and the scheduler.dll files found in you homeseer program folder.

    To do this, from within VS, right-click on your project in the solutions explorer (usually on the right of the screen), and click on 'Add References'. In the dialog box that opens, click the browse button and then browse to the files mentioned above to add references to them to your project.

    If you are going to program scripts in vb.net, I suggest you look at:

    http://www.tenholder.net/tenWare2/tenScripting

    tenholde
    tenholde

    Comment

    Working...
    X