Changing value in exe file.
I created application say app1.exe ,
app1.exe have a richtextbox in the main form say richtextbox1,
then I created another application called app2,
I want to change the text of the richtextbox1 or the value of a variable in the executable file app1.exe and save the change to the file from app2 ,
how can I do so ?