sendmessage
WM_GETICON sometimes returns no icon handle
I\'m trying to show all window titles including the corresponding icons, much like Windows Task Manager does. This works only to a certain extent though - although I am able to get the windows\' title[详细]
2023-02-22 04:07 分类:问答Open Tab in IE8 using SendMessage() C#
In this below code, hWnd is th开发者_高级运维e \"URL Handle\" in Spy++: \'WorkerW -> ReBarWindow32 -> Address Band Root -> Edit\'[详细]
2023-02-22 02:58 分类:问答How to send a short string from a Visual Basic application to a Delphi application?
I need to send a short string, (less than 30 bytes, but sent every second), from one VB applicatio开发者_StackOverflown, to a Delphi application.. is this possible, using CopyDataStruct, WM_COPYDATA a[详细]
2023-02-21 22:42 分类:问答Send windows messages with Mono
Is it possible to send windows messages (WM_...) to other applications using Mono (assuming that my app i开发者_运维问答s running on Windows)? Another related question is whether there is any way to u[详细]
2023-02-19 02:35 分类:问答retrieve text from a textField hWnd from a website form vc++
I\'m writting an application that autofills saved data in any win32 application. This application is done in vc++ for MFC.[详细]
2023-02-16 06:23 分类:问答Simulating a drag & drop operation using SendInput
Can SendInput be used to simulate a drap & drop operation? I\'ve got an application that accepts files of a certain format that are dropped on it, but not from the command line, and I want to ass[详细]
2023-02-15 14:32 分类:问答VB.net SendMessage waiting problem
I am using the following code to click a button for displaying another form to click on: Dim hwnd As Integer = FindWindow(vbNullString, \"Virtual CDRom Control Panel\")[详细]
2023-02-14 14:04 分类:问答Redrawing the cocoa app's main window when clicked
I made an Mac OS X cocoa app, and when I click the red button the main window disappears. However, when I clicked the icon in dock, it doesn\'t show the main window anymore.[详细]
2023-02-14 12:41 分类:问答Send Message in C#
I\'m creating an application that uses a main project that is connected to several different DLLs. From one DLL window I need to be able to open a window in another but the DLL\'s can\'t reference eac[详细]
2023-02-12 12:46 分类:问答How to SendMessage
I have a problem. I want in my program(follow code) have 2 windows: console and empty form to output graphics. And from my func main send messages to form to draw shapes. Input data to console. But fu[详细]
2023-02-10 00:37 分类:问答