Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!swrinde!ucsd!ncr-sd!mars!carlc From: carlc@mars.SanDiego.NCR.COM (Carl Christofferson) Newsgroups: comp.windows.ms Subject: Sending messages to another app's dialog box. Message-ID: <2228@ncr-sd.SanDiego.NCR.COM> Date: 13 Dec 89 18:57:00 GMT Sender: news@ncr-sd.SanDiego.NCR.COM Reply-To: carlc@mars.SanDiego.NCR.COM (Carl Christofferson) Organization: NCR Corporation, Rancho Bernardo Lines: 13 I am working on a Windows program in which I need to send a user defined message from one application to a modal dialog box in another application. I can use SendMessage(...) to send a message that contains the handle of the dialog box to the "plain" application, but I am having trouble receiving a message back in the dialog box procedure. Is this even possible? There are times when I have a layer of up to 5 modal dialog boxes and I need to receive a message in the top dialog box that my file is ready for reading. Any help would be greatly appreciated! Thanks in advance for the info! Carl Christofferson carlc@mars.SanDiego.NCR.COM disclaimer: Any opinions expressed are entirely my own ...