Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!uunet!mcsun!unido!rwthinf!slcdec!hippo!f1.n6000.z2.fidonet.org!f117.n151.z1.fidonet.org!Randy_Humes From: Randy_Humes@f117.n151.z1.fidonet.org (Randy Humes) Newsgroups: comp.windows.ms.programmer Subject: Re: comp.windows.ms Message-ID: <673761184@f117.n151.z1.fidonet.org> Date: 8 May 91 21:53:08 GMT Reply-To: Randy_Humes%f117.n151.z1@hippo.dfv.rwth-aachen.de (Randy Humes) Organization: BedSide Manor 919-233-8566 The first Simplex-Dos TestBed! Lines: 6 Comment-To: Bengt_A._Palsson@f1.n6000.z2.fidonet.org (Bengt A. Palsson) Two years ago I did what you described under Win2.0. I started an invisible core app that launched other apps. All talked DDE. When an app recieved the approriate(my def) DDE msg, it would close itself. Data was passed between using shared global handles locked low. The biggest problem was keeping apps in synch and error handling.