RobotStudio event

RimbaseLib helper object [WebWare SDK]

Options
Hello,

I've been stumbled upon an issue while trying to create a helper object using the definition in the RimbaseLib (as in not using the activex control from AxRimbaseLib).

Is there a "recommended" way to do this? 
I suspect some initializing has  to be done in order to use the helper object, as i see all its properties raising exceptions, but i could appreciate a bit of help in figuring out exactly what to do.

I'm  using webware sdk 4.6.32 with Microsoft Visual Studio 2005 in a C# application on Windows XP sp2.

I'm attaching print screens with the errors i get.

Thank you very much.

imageimage


Comments

  • johndoe
    Options
    As a side note, while using the classic way, with a helper control on the form and then accessing its methods and all went smoothly.
  • JC ALT
    Options
    yes the helper is an activeX object and cannot be created as normal object but need to be hold in a form.