Using WM_COPYDATA to pass command line params to another app instance with Delphi XE as follows: function DAppInstance.SendParamsToPrevInstance(AWindowHandle: THandle): Boolean;
I\'m trying to pass information between two of my applications in Delphi 2010. I\'m using a simplified version of code that I\'ve used successfully in the past (simplified because I don\'t need the
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
I have an application that stops a service, copies a file, then starts the service again. I want it to display a progress bar and no extra window, no changing screens, just let the UAC do its thing an
I am currently working on 2 .NET apps which must communicate with each other. Simple Windows Messaging was chosen and this works nicely at the moment.
I wish to send text between processes. I have found lots of examples of this but none that I can get working. Here is what I have so far:
Friends its really giving me a great head ache about the problem I am facing for the couple of days...Its simple...I want to communicate between two/moredialog boxes for example if there is a variable
I have a native C++ application that, for the time being simply needs to send its command line string and current mouse cursor coordinates to a WPF application. The message is sent and received just f