execute a routine in a process

  • Thread starter Thread starter vbcrazy
  • Start date Start date
V

vbcrazy

Hello,

Is it possible to access a procedure in a process from
another program....I would like to have one program cause
button1_click to execute in a running process.

If so where do I find how to do it?

thanks
 
* "vbcrazy said:
Is it possible to access a procedure in a process from
another program....I would like to have one program cause
button1_click to execute in a running process.

Keyword: Remoting.
 
Thank you....
After a quick preview it appears that this is for web
servers, will it work on a standalone app?

thnx again!
 
Back
Top