tags:

views:

56

answers:

0

Hello,

I need to access a component in JScript. I found the Wcript.CreateObject(progid) as well as "new ActiveXObject(progid)" would create an instance of the component. The component should draw graphics in a own window to show, what the JScript script is doing.

The operation systems supported must include Windows XP 32 bit as well as Windows 7 64 bit.

  • What is the best way to design the components interface?
  • How must I instantiate the component in the JScript script?
  • Ist there a (good) tutorial available?

Cheers, Harper.