Passing a form handle 
Author Message
 Passing a form handle

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.



Sun, 17 Mar 2002 03:00:00 GMT  
 Passing a form handle
Why not do 'things' in delphi?

Nic Roche
Net Extra
www.extra.net.au


Quote:
> 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.



Sun, 17 Mar 2002 03:00:00 GMT  
 Passing a form handle
SH,

API will be needed.

See http://cwashington.netreach.net

The API dlls

Nic Roche
Net Extra
www.extra.net.au

Quote:
> 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.



Sun, 17 Mar 2002 03:00:00 GMT  
 Passing a form handle


Quote:
>Why not do 'things' in delphi?

>Nic Roche
>Net Extra
>www.extra.net.au

We have a system where users can design forms for their data - and if
we allow them (or us even) to write vb scripts to access those forms,
it provides functionality without a lot of hassle.

Cheers,

Steve.



Sun, 17 Mar 2002 03:00:00 GMT  
 Passing a form handle


Quote:
>SH,

>API will be needed.

>See http://cwashington.netreach.net

>The API dlls

Thanks, but I can't seem to find the dlls. Which dll do I need?

Cheers,

Steve.



Sun, 17 Mar 2002 03:00:00 GMT  
 Passing a form handle
Found it.

http://cwashington.netreach.net/downloads/ocx_controls/dynawrap95.zip

Nic Roche
Net Extra
www.extra.net.au


Quote:


> >SH,

> >API will be needed.

> >See http://cwashington.netreach.net

> >The API dlls

> Thanks, but I can't seem to find the dlls. Which dll do I need?

> Cheers,

> Steve.



Mon, 18 Mar 2002 03:00:00 GMT  
 Passing a form handle
You may want to look at the MS Script Control.

It may have what you need.

I have not come across Delphi Code, but its COM (ocx).

Nic Roche
Net Extra
www.extra.net.au


Quote:
> 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.



Mon, 18 Mar 2002 03:00:00 GMT  
 
 [ 7 post ] 

 Relevant Pages 

1. Passing a form handle

2. passing fields from form to form, and handling a date field

3. How to pass a Form object/window handle to the DLL's constructer

4. Pass form values to third party form?

5. Passing Data from FORM to FORM

6. Pass form values to third party form?

7. Forms Collection: Using it to Open Forms by Passing the Form Name as a String Variable

8. passing focus info form form to form

9. How to call a form routine from a module by the form handle

10. Using Event and this to pass object handle to function

11. Trying to pass a handle to DLL from VBA

12. Passing Window Handles from VB to VC++?

 

 
Powered by phpBB® Forum Software