The effect I am looking for I have seen done in VB, but that was a long time ago, and I can't remember how it was done.
I am trying to make a simple app which uses Delphi and DBPro in parallel by communicating using memblocks. Does anyone know how you would go about locking a DB window inside a Delphi app? Presumably it would be done by somehow passing the DBPro window handle to Delphi and locking the window somehow? I am imagining that I could set up communications by running a DBPro app, which then ran a Delphi app, passing a pointer to a memblock somehow to it, but again I wouldn't really know where to start
.
If anyone can help it would be umm... helpful
. Cheers.