Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!spool.mu.edu!cs.umn.edu!msi.umn.edu!math.fu-berlin.de!unido!rwthinf!slcdec!hippo!f1.n6000.z2.fidonet.org!p11.f11.n310.z2.fidonet.org!Joachim_Kainz From: Joachim_Kainz@p11.f11.n310.z2.fidonet.org (Joachim Kainz) Newsgroups: comp.windows.ms.programmer Subject: FileManager - ProgramManager Communication Message-ID: <1452664796@p11.f11.n310.z2.fidonet.org> Date: 13 May 91 21:06:01 GMT Reply-To: Joachim_Kainz%p11.f11.n310.z2@hippo.dfv.rwth-aachen.de (Joachim Kainz) Organization: On a Mission From Buddha Lines: 18 Comment-To: .@f1.n6000.z2.fidonet.org (.) I am sorry to come up with the same question over and over again, but I am really curious about this communication between the FileManger and the ProgramManager. As far as I found out yet, there is a undocumented window-message among the WM_MDI*-messages. The value of the message is 0x22b and it is send to the application when you drag an icon from the FileManager to the client-area of the app. wParam is set to 0 or 1, the LOWORD of the lParam is always 0 and the HIWORD contains a value between 2000 and 5000 (dec). Problem is: The messages are sent and not posted, so the spy does not tell to much! Anybody got an idea how this thing works?