[Gambas-user] Application_Read
Demosthenes Koptsis
demosthenesk at ...626...
Mon Jul 11 12:42:08 CEST 2011
i have an application who reads the data from stdin with
Application_Read
the implementation is
----------
Public Sub Application_Read()
Line Input txtArea.Text
End
---------
i try to send data to the running process with
echo xxx > /proc/7417/fd/0
where 7417 is the pid.
But i cant get the data to textArea.
How can i do that?
Thanks in advanced :)
--
Regards,
Demosthenes Koptsis.
More information about the User
mailing list