Re: Accessing Form of Project 2 from Project 1 within same Project Group ?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Luqman wrote:
I need single exe of multiple projects in a group, but how can I access any
object of project 2 from project 1 ?


Executables within project groups have no special access to the internal objects of other executables within the same project group.

If project 1 needs to access an object in project 2,
project 2 must expose a public ActiveX interface to
allow other programs to use it.

If this is not clear, read the documentation on ActiveX
servers and clients. Project groups have -nothing- to
do with any of this. They don't hinder it, but they in
no way help either.
.