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
In this below code, hWnd is th开发者_高级运维e \"URL Handle\" in Spy++: \'WorkerW -> ReBarWindow32 -> Address Band Root -> Edit\'
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
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
I\'m writting an application that autofills saved data in any win32 application. This application is done in vc++ for MFC.
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
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\")
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.
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
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