windows-messages
What's wrong with my character set (Win32 API)
I\'m currently learning Win32 using this tutorial, and I have a hard time with my displayed characters.[详细]
2023-01-30 14:50 分类:问答WM_DEVICECHANGE Messages Are Not Sent to WndProc - C++
My application creates a window for the purpose of handling the WM_DEVICECHANGE Windows message.WndProc does get called several times, until my application calls a function to poll for keyboard events[详细]
2023-01-28 21:22 分类:问答How can I make my console application receive window messages?
I need to write a message handler in my console application that handles received messages. For example, I register WM_Test and send it by to my console application like this:[详细]
2023-01-26 09:07 分类:问答How to make Windows go to sleep from app?
Im trying to make an开发者_运维知识库 app that can put windows 7 to sleep, I have been looking at WM_Messages, but cant seem to find one that does the jobb.[详细]
2023-01-24 00:05 分类:问答WM_COPYDATA messages are not being handled
I\'m trying to communicate between two C# / .NET 3.5 applications using Windows Messages, but the messages I send appear to be received some of the time (but not all of the time) - why is this happeni[详细]
2023-01-22 22:00 分类:问答What's a good way of connecting a Windows service with an interactive window (HWND)?
I have two pieces of Windows technology which I\'d like to plumb together: a TSP (a TAPI service provider) and an API wrapped around some hardware. The API accepts requests synchronously but returns s[详细]
2023-01-18 23:31 分类:问答Problems with IPC SendMessage
Hi I\'m having problems with my 开发者_开发技巧SendMessage. It seams like the message never reaches my form (I\'m using Winspector Spy to see which messages that are registered in my form), which is[详细]
2023-01-18 19:37 分类:问答How can a child window respond to a change in its parent
In a Win32 app is there a Windows message or some other notification tha开发者_开发问答t will get sent to a child window when it is placed into a different parentThis is easy to test in a Windows Form[详细]
2023-01-18 13:33 分类:问答Using WM_SHOWWINDOW to Show a Window instead of ShowWindow()
I’m trying to use the SendMessage function of a hotkey utility (or NirCMD, etc.) to get a hidden window to pop up. I can for example get windows to close by sending 0x0010 (WM_CLOSE), but when I try[详细]
2023-01-14 01:11 分类:问答Delphi - How do I send a windows message to TDataModule?
I need to send a windows message to a TDataModule in my Delphi 2010 app. I would like to use Po开发者_JS百科stMessage(???.Handle, UM_LOG_ON_OFF, 0,0);[详细]
2023-01-12 14:45 分类:问答