I've done this sort of thing with a VB form and vbscript. But a Delphi form
object probably isn't implemented as a COM object like a VB form is.
--
Michael Harris
| Is it possible to pass to a VB Script a handle to a form, and then to
| do 'things' with it?
|
| What I ideally need to do is pass a handle to a form from my Delphi
| application to a vbscript, and allow that script to make changes to
| the form. I'm a bit in the dark here, any help appreciated.
|
| Thanks,
|
| Steve.