Re: create a process by Michael
Michael
Fri Nov 21 16:10:01 CST 2003
Hans Meier wrote:
: A program executes another program and needs to pass text information
: to the executed program. I can't use the command-line to pass the
: information, because its it limited to 32K length I think. What else
: to use?
: I am using the ShellExecute function.
Another way would be to e.g. pass the window handle of the creator by
command line and the executed program sends the given windows a message
which will copy the string to a buffer or sth. like that.
Simply pick the way which will best fit your case.
Regards
'Mike