When a window minimize, what messages will be posted?
1. Catching Minimize All windows (Win+D) message - Borland C++ Builder VCL Components
Hello, do anythink know, how I can post native Windows-Messages via .NET, how it were possible about the Windows-API with the function PostMessage(Hwnd, Message, WParam, LParam)? Or is it required to import this Windows-API function about DllImport attribute? Thanks in advance, Hubert
3. send/post a message to a window - CSharp/C#
Hi, I would like to know is there any PostMessage function availabe in VC#. Any reference? Thanks. Regards, Cutris
5. BHO + How to post message to BHO like any Window
6. posting messages to all app windows
Hi, How can i post a message to all windows that were created by my application? I have several custom controls that require updating when an event occurs, so posting a mesage to all windows would be the quickest way to notify them. Joe #
7. Which process posts this window message ?
8. Minimize message for controls
It is easy to respond to minimize messages in a dialog and from there, send it to child controls if necessary. I wonder if it is possible for a child control to be aware of a minimize message directly, that is, WITHOUT sending it explicitly upon interception in its parent dialog. Thanks people.