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



Sun, 17 Mar 2002 03:00:00 GMT  
 
 [ 2 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. Forms Collection: Using it to Open Forms by Passing the Form Name as a String Variable

5. passing focus info form form to form

6. Pass form values to third party form?

7. Passing Data from FORM to FORM

8. Pass form values to third party 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