Hello,
In a Delphi application I plan to write, I need to be able to make the application 'host' another program (existing, allready written app that can't be changed) in my programs memory location - and make the existing app run as another child window of my applications main form, if you see what I mean.
If possible, I also need my app to be able to access the existing applications memory, so it can moniter incoming events to that app, and also insert data into it.
I don't know the ins and outs of this, so it may not be clear - let me know if you need me to clarify anything.
Does anybody know how I would go about starting this? I have absolutly no idea where to begin.
Thanks,
Minaki
In a Delphi application I plan to write, I need to be able to make the application 'host' another program (existing, allready written app that can't be changed) in my programs memory location - and make the existing app run as another child window of my applications main form, if you see what I mean.
If possible, I also need my app to be able to access the existing applications memory, so it can moniter incoming events to that app, and also insert data into it.
I don't know the ins and outs of this, so it may not be clear - let me know if you need me to clarify anything.
Does anybody know how I would go about starting this? I have absolutly no idea where to begin.
Thanks,
Minaki