using win32::api to "talk" to another program - need a little help!
From: Paul S. (pauls_at_nospam.com)
Date: 01/28/05
- Next message: Jürgen Exner: "Re: Missing first line when reading in .csv file"
- Previous message: brian d foy: "Re: FAQ 6.17 Why don't word-boundary searches with "\b" work for me?"
- Next in thread: A. Sinan Unur: "Re: using win32::api to "talk" to another program - need a little help!"
- Reply: A. Sinan Unur: "Re: using win32::api to "talk" to another program - need a little help!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 27 Jan 2005 20:00:18 -0800
Hi,
I want to use the Win32::API module to communicate with another program
running on my windows machine. I have the file handle # for the pther
program and have some sense that I need to use the PostMessage function
but I am little confused about the exact way to do it. Let's say the
message I want to transmit to the other process is:
plot v(out) return
(this is a valid command to type into the other programs GUI) the
"return" means I actually hit the return key after I had typed "plot
v(out)" into the GUI of the other software
How would I then do it?
Any help greatly appreciated?
Thanks!
Paul
- Next message: Jürgen Exner: "Re: Missing first line when reading in .csv file"
- Previous message: brian d foy: "Re: FAQ 6.17 Why don't word-boundary searches with "\b" work for me?"
- Next in thread: A. Sinan Unur: "Re: using win32::api to "talk" to another program - need a little help!"
- Reply: A. Sinan Unur: "Re: using win32::api to "talk" to another program - need a little help!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]