This is for win32...
Does anyone know of a way to send window messages (specifically wm_user/wm_command/wm_copydata messages) to another window?
I was hoping to be able to communicate with other processes that don't have any other way of communication so that I can control their operation.
I've checked out every possible module and the best I could find was Win32::API (ack!) and I'm having problems with that.
Is Win32::API my only option or is there a module that handles Win32 window messages (IPC)?