windows-messages
Preventing Windows shut down
开发者_StackOverflow中文版To detect and prevent shutdown the computer I use very simple program. It has only one form and one private procedure like below:[详细]
2023-01-04 09:23 分类:问答Is there a such thing as a double right-click in Win32?
I haven\'t found anything mentioning a double right-click windows message but am curious if anybody knows of events that fire for a doubl开发者_C百科e right-click.[详细]
2023-01-03 23:34 分类:问答How to handle lifecycle of dynamically allocated data in Windows messages?
Simple task: Send a windows message with dynamically allocated data, e.g. an arbitrary length string. How would you manage the responsibility to free this data?[详细]
2023-01-03 20:33 分类:问答Should I free a Delphi object auto-instantiated from a web services call?
Newbie question:I have a forms application.It has a separate thread which makes a web services call, and then posts the results of the call to the main form.[详细]
2022-12-24 19:54 分类:问答Different RegisterWindowMessage() names appear the same
Using the C/C++ Windows API RegisterWindowMessage() I am using the name of the application as the message name.[详细]
2022-12-23 16:43 分类:问答Stealing the contents of another application's tree view
I have an application with a very large TreeView control in Java.I want to get the contents of the tree control in a list (just strings not a JList) of XPath-like elements of leaves only.Here\'s an ex[详细]
2022-12-23 15:03 分类:问答tool for monitoring the windows messages used by an external application
i am looking a tool for monitoring t开发者_如何转开发he windows messages fired by an external application in real-time.[详细]
2022-12-21 08:53 分类:问答EM_GETLINE fails when Spy++ is running
There is an edit box in some dialog in my application, which is running on Windows XP. When I issue EM_GETLINE on this control, it returns its contents and it\'s ok, but when I start Spy++ the control[详细]
2022-12-20 16:26 分类:问答How can I learn a multitouch screen's communication protocol and write a C# application for it?
I have got a monitor with multitouch overlay on top of it. It works fine with Windows 7 but I want to write a multitouch application in C# for Windows XP which doesn\'t support touch feature out of th[详细]
2022-12-19 09:42 分类:问答Is there a windows message that I can hook for when an application starts?
I want to know whenever any application starts. Is there a windows message开发者_运维知识库 that I can set a hook for to know exactly when that happens?If polling is not a problem you could use one of[详细]
2022-12-17 08:15 分类:问答