windows-messages
Fill struct from IntPtr received in lParam property of Window Message going across process boundaries in C#
I posted this question a few days ago, and I have some follow up doubts about marshaling an IntPtr to a struct.[详细]
2023-04-13 06:33 分类:问答How to handle Windows Messages
I\'m trying to prevent a checkbox inside a ListView to get checked on a double click event. I already did:[详细]
2023-04-12 02:05 分类:问答Managed analogue for SendMessage API function or How to send a message to window from C#?
I want to send a window message from开发者_JAVA百科 one application (console) to the wondow of another application. I can use WinAPI functions SendMessage or PostMessage, but may be there is managed w[详细]
2023-04-09 11:19 分类:问答Passing message to another window
I would like to write an application which passes every message it receives to another window. For example, I have an application where user can press some keys, move mouse over it, etc. and I want al[详细]
2023-04-07 05:16 分类:问答Window Message Notification - Language and Locale
I want to find out what win message is / are sent when we change the locale settings, Date Time and Language in partic开发者_如何转开发ular.[详细]
2023-04-04 00:28 分类:问答Get wm_windowmoving for a native windows app from C#
I need to watch an app written in c++ and know when it moves so my c# windows form app can move with it.[详细]
2023-03-27 18:34 分类:问答dialog procedure message sequencing
I got into some trouble I think caused by message sequencing in a dialog procedure. Trying to avoid more global variables, I added a WM_USER message to my dialog to set the color of a control.The mess[详细]
2023-03-22 13:55 分类:问答Sending WM_KEYUP message to a window gives an OverflowException
I am trying to implement a program that sends the same messages to a window that would be sent if a certain key is continuously pressed.[详细]
2023-03-19 19:07 分类:问答How can a thread notify an object that doesn't have a window handle?
I\'m new to multithreading, but not a complete novice. I need to perform a call to a webservice in a worker thread.[详细]
2023-03-14 12:21 分类:问答Get the string of a Windows Message in C#?
I see that I can se开发者_C百科nd strings in Windows Messages. But how do I read them from a processed Windows Message?You should use Marshal.PtrToStringAnsi() or (Marshal.PtrToStringUni() / Marshal.P[详细]
2023-03-12 03:23 分类:问答